aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/setshow.exp
diff options
context:
space:
mode:
authorMuhammad Bilal <mbilal@sourceware.org>2013-05-13 08:49:23 +0000
committerMuhammad Bilal <mbilal@sourceware.org>2013-05-13 08:49:23 +0000
commit8414efeff8a66b8471e7a372fafffb9624cb499f (patch)
tree92be78d9cef808647c80099cad11cfbcb050449d /gdb/testsuite/gdb.base/setshow.exp
parent8444d6e5fb3c09ad1f9e87f405fc57e0a883a0da (diff)
downloadgdb-8414efeff8a66b8471e7a372fafffb9624cb499f.zip
gdb-8414efeff8a66b8471e7a372fafffb9624cb499f.tar.gz
gdb-8414efeff8a66b8471e7a372fafffb9624cb499f.tar.bz2
* 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.
Diffstat (limited to 'gdb/testsuite/gdb.base/setshow.exp')
-rw-r--r--gdb/testsuite/gdb.base/setshow.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/setshow.exp b/gdb/testsuite/gdb.base/setshow.exp
index c78d2df..6d250c0 100644
--- a/gdb/testsuite/gdb.base/setshow.exp
+++ b/gdb/testsuite/gdb.base/setshow.exp
@@ -178,6 +178,8 @@ gdb_test "show history filename" "The filename in which to record the command hi
gdb_test_no_output "set history save on" "set history save on"
#test show history save on
gdb_test "show history save" "Saving of the history record on exit is on..*" "show history save (on)"
+#history saving should stay disabled
+gdb_test_no_output "set history save off" "set history save off"
#test set history size 100
gdb_test_no_output "set history size 100" "set history size 100"
#test show history size 100