gdb.threads/manythreads.exp: can't read "test": no such variable

If interrupt_and_wait manages to trigger the FAIL path, we get:

  ERROR OCCURED: can't read "test": no such variable

gdb/testsuite/ChangeLog:
2015-04-01  Pedro Alves  <palves@redhat.com>

	* gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
	to fail instead of non-existent $test.
This commit is contained in:
Pedro Alves 2015-03-31 18:36:51 +01:00
parent 0bbeccb1ee
commit a14711808e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-04-01 Pedro Alves <palves@redhat.com>
* gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
to fail instead of non-existent $test.
2015-04-01 Pedro Alves <palves@redhat.com>
* lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to

View File

@ -95,7 +95,7 @@ proc interrupt_and_wait { message } {
# foo () at foo.c:31
# 31 bar ();
#
fail $test
fail $message
}
}
}