]> sourceware.org Git - systemtap.git/commitdiff
2008-02-07 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Thu, 7 Feb 2008 18:26:10 +0000 (18:26 +0000)
committerhunt <hunt>
Thu, 7 Feb 2008 18:26:10 +0000 (18:26 +0000)
* systemtap.base/debugpath.exp: Remove explicit closes.
Stap will terminate without help, and cleanup after itself.

testsuite/ChangeLog
testsuite/systemtap.base/debugpath.exp

index 9f82e0398bd35ab789ebf8808cce9a9610188a70..07af851db4758006e691b26ba168b90144f896dc 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-07  Martin Hunt  <hunt@redhat.com>
+
+       * systemtap.base/debugpath.exp: Remove explicit closes.
+       Stap will terminate without help, and cleanup after itself.
+
 2008-02-06  Masami Hiramatsu  <mhiramat@redhat.com>
 
        * systemtap.context/backtrace.tcl: Fixed regular expressions and Added
index 67b9eb7067e9443fcc327c773f793394231ee0c0..ffa4ba7b2db92840594483821bbb113d7b900046 100644 (file)
@@ -6,7 +6,8 @@ expect {
        timeout { fail "$test (timeout1)" }
        eof { fail "$test (eof)" }
 }
-catch { close; wait }
+
+wait
 
 set test "debugpath-good"
 spawn env SYSTEMTAP_DEBUGINFO_PATH=:/usr/lib/debug stap -e "probe kernel.function(\"sys_open\") {}" -p2
@@ -15,4 +16,4 @@ expect {
        timeout { fail "$test (timeout2)" }
        eof { fail "$test (eof)" }
 }
-catch { close ; wait }
+
This page took 0.028542 seconds and 5 git commands to generate.