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.
+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
# foo () at foo.c:31
# 31 bar ();
#
- fail $test
+ fail $message
}
}
}