From rob:
authorJeff Law <law@redhat.com>
Sun, 26 Jun 1994 19:26:33 +0000 (19:26 +0000)
committerJeff Law <law@redhat.com>
Sun, 26 Jun 1994 19:26:33 +0000 (19:26 +0000)
* gas/lib/gas-defs.exp (gas_finish): Call "close" before exiting.
Make note about possibly needing a call to "wait" too.
(objdump_finish): Likewise.

gas/testsuite/ChangeLog
gas/testsuite/lib/gas-defs.exp

index 1120a4863517f3dfe841f3b668e5e6e24a38152e..c4660b7741aa510060732f7b517917b0c1263fec 100644 (file)
@@ -1,3 +1,9 @@
+Sun Jun 26 13:23:54 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gas/lib/gas-defs.exp (gas_finish): Call "close" before exiting.
+       Make note about possibly needing a call to "wait" too.
+       (objdump_finish): Likewise.
+
 Fri Jun 10 10:23:35 1994  Jeff Law  (law@snake.cs.utah.edu)
 
        * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
index a1423445737a4000b6727b77ef21809459a29fd9..fcce7f489c96a22bf410c4584ef2e950a6a33163 100644 (file)
@@ -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 {