From: Jeff Law Date: Thu, 20 Jul 1995 17:50:05 +0000 (+0000) Subject: * gdb.base/break.exp: Always check for a program already being X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c72d4fcf698773eda7b93a5200b8a67a45321a4;p=binutils-gdb.git * gdb.base/break.exp: Always check for a program already being started after sending a "run" command to gdb. (text_next_with_recursion): Don't check the output from the program's printf statement. Instead just make sure the program exited. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d96c1d05580..a294edad14b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ Thu Jul 20 11:40:13 1995 Jeff Law (law@snake.cs.utah.edu) + * gdb.base/break.exp: Always check for a program already being + started after sending a "run" command to gdb. + (text_next_with_recursion): Don't check the output from the + program's printf statement. Instead just make sure the program + exited. + * gdb.base/commands.exp: Protect tests which need arguments with $noargs conditionals.