diff options
author | Jeff Law <law@redhat.com> | 1994-06-26 19:26:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-06-26 19:26:33 +0000 |
commit | cf8c0d64b3cdd78976e193a0c51f2e7414495494 (patch) | |
tree | abc1cc8756fe75ecf030ecb57aee134e12fdb347 /gas/testsuite/lib | |
parent | 5c3f264ff68b22696dae152339527b817b9925af (diff) | |
download | gdb-cf8c0d64b3cdd78976e193a0c51f2e7414495494.zip gdb-cf8c0d64b3cdd78976e193a0c51f2e7414495494.tar.gz gdb-cf8c0d64b3cdd78976e193a0c51f2e7414495494.tar.bz2 |
From rob:
* gas/lib/gas-defs.exp (gas_finish): Call "close" before exiting.
Make note about possibly needing a call to "wait" too.
(objdump_finish): Likewise.
Diffstat (limited to 'gas/testsuite/lib')
-rw-r--r-- | gas/testsuite/lib/gas-defs.exp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index a142344..fcce7f4 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -66,7 +66,8 @@ proc gas_start { prog as_opts } { proc gas_finish { } { global spawn_id -# Don't need to do anything? + close + # Might also need a wait here one day. } proc want_no_output { testname } { @@ -196,7 +197,8 @@ proc objdump_start_no_subdir { prog opts } { proc objdump_finish { } { global spawn_id -# Don't need to do anything? + close + # Might also need a wait here one day. } expect_after { |