* gdb.base/a1-selftest.exp (test_with_self): Run without windows.

This commit is contained in:
Stan Shebs
1995-12-30 00:23:40 +00:00
parent 428e7fb4c2
commit f526457cf8
2 changed files with 12 additions and 1 deletions

View 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

View 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"