* gdb.base/a1-selftest.exp (test_with_self): Run without windows.
authorStan Shebs <shebs@codesourcery.com>
Sat, 30 Dec 1995 00:23:40 +0000 (00:23 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sat, 30 Dec 1995 00:23:40 +0000 (00:23 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/a1-selftest.exp

index 0f5f981..e28fa8c 100644 (file)
@@ -1,3 +1,14 @@
+Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
+
+Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
+
+       * gdb.base/*.exp: Make ${srcfile} only be the basename of the
+       input source file; fix code to compile test to deal with this
+       convention.
+       * gdb.c++/*.exp: Likewise.
+
 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
 
        * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
index 2340ea8..a5df025 100644 (file)
@@ -94,7 +94,7 @@ proc test_with_self {} {
 
     # run yourself
     set description "run until breakpoint at main"
-    send "run\n"
+    send "run -nw\n"
     expect {
        -re "Starting program.*Breakpoint \[0-9\]+,.*main .argc.*argv.* at .*main.c:.*$prompt $" {
            pass "$description"