* History saving should stay disabled for test cases *
authorMuhammad Bilal <mbilal@sourceware.org>
Mon, 13 May 2013 08:49:23 +0000 (08:49 +0000)
committerMuhammad Bilal <mbilal@sourceware.org>
Mon, 13 May 2013 08:49:23 +0000 (08:49 +0000)
commit8414efeff8a66b8471e7a372fafffb9624cb499f
tree92be78d9cef808647c80099cad11cfbcb050449d
parent8444d6e5fb3c09ad1f9e87f405fc57e0a883a0da
* History saving should stay disabled for test cases *

I saw some test cases in gdb.base/default.exp and gdb.base/setshow.exp
are enabling the history saving.
Hence .gdb_history file is modified with history information even
though, by default, we have History saving disabled.
So we should modify GDB test cases so that history saving should stay
off for all test cases.

ChangeLog:

2013-05-13  Muhammad Bilal  <mbilal@codesourcery.com>

       * gdb.base/default.exp: Disable history saving.
       * gdb.base/setshow.exp: Likewise.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp
gdb/testsuite/gdb.base/setshow.exp
This page took 0.027891 seconds and 4 git commands to generate.