* gdb.base/readline.exp (operate_and_get_next): Match the final

prompt.
This commit is contained in:
Daniel Jacobowitz 2007-07-27 15:15:02 +00:00
parent 33e8d5ac61
commit d4e0720445
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.base/readline.exp (operate_and_get_next): Match the final
prompt.
2007-07-23 Kevin Buettner <kevinb@redhat.com>
* lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior

View File

@ -139,6 +139,9 @@ proc operate_and_get_next {name args} {
set count [expr {$count + 2}]
}
# Match the prompt so the next test starts at the right place.
gdb_test "" "" "$name - final prompt"
return 1
}