* gdb.base/help.exp (help source): Update expected output.
authorDoug Evans <dje@google.com>
Tue, 20 Apr 2010 05:36:02 +0000 (05:36 +0000)
committerDoug Evans <dje@google.com>
Tue, 20 Apr 2010 05:36:02 +0000 (05:36 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/help.exp

index 3f86fd5dc987ffb506b1a16a8354945ef9181945..b8597d5f951eddf24f6725fa58befc9587f6b6f6 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-19  Doug Evans  <dje@google.com>
+
+       * gdb.base/help.exp (help source): Update expected output.
+
 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
index 487879b3857cb3ab9adb5ad46b56ab5f727d9a5a..d9e2053e4da603737cbd446647ff98e7a464e51e 100644 (file)
@@ -606,7 +606,9 @@ gdb_test "help stepi" "Step one instruction exactly\.\[\r\n\]+Argument N means d
 gdb_test "help signal" "Continue program giving it signal.*" "help signal"
 # test help source
 # vxgdb reads .vxgdbinit
-gdb_test "help source" "Read commands from a file named FILE\.\[\r\n\]+Optional -v switch \\(before the filename\\) causes each command in\[\r\n\]+FILE to be echoed as it is executed\.\[\r\n\]+Note that the file \"\[^\"\]*\" is read automatically in this way\[\r\n\]+when GDB is started\." "help source"
+# ".-s. .-v." is written that way to avoid the complications of trying
+# to get "[-s] [-v]" through expect and tcl.
+gdb_test "help source" "Read commands from a file named FILE\.\[\r\n\]+Usage: source .-s. .-v. FILE\[\r\n\]+-s: search for the script in the source search path,\[\r\n\]+\[ \]+even if FILE contains directories\.\[\r\n\]+-v: each command in FILE is echoed as it is executed\.\[\r\n\]+Note that the file \"\[^\"\]*\" is read automatically in this way\[\r\n\]+when GDB is started\." "help source"
 # test help stack
 test_class_help "stack" {
     "Examining the stack\..*\[\r\n\]+"