diff options
author | fche <fche> | 2007-01-22 22:44:32 +0000 |
---|---|---|
committer | fche <fche> | 2007-01-22 22:44:32 +0000 |
commit | 27b0b07c7fba8675c9476e32ce868f71a181840d (patch) | |
tree | 2de207c44c0caf3c9416a148df644d218c61f6b9 /testsuite/systemtap.samples | |
parent | 9e0aa6367ff955f6e4d6ed044fd6ea0392888f6f (diff) | |
download | systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.tar.gz systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.tar.xz systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.zip |
2007-01-22 Frank Ch. Eigler <fche@redhat.com>
* config/unix.exp: New file as a master load_lib repository.
* */*.exp: Removed load_lib calls.
* parseko/cmdline01.stp: Swallow expected stap ERROR: message.
* systemtap.syscall/syscall.exp: Added installmode_p checks.
Diffstat (limited to 'testsuite/systemtap.samples')
-rw-r--r-- | testsuite/systemtap.samples/ioblocktest.exp | 1 | ||||
-rw-r--r-- | testsuite/systemtap.samples/tcptest.exp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/systemtap.samples/ioblocktest.exp b/testsuite/systemtap.samples/ioblocktest.exp index e80ec757..b5ab54c7 100644 --- a/testsuite/systemtap.samples/ioblocktest.exp +++ b/testsuite/systemtap.samples/ioblocktest.exp @@ -1,6 +1,5 @@ # Test the functionality of the various ioblock probes. -load_lib "stap_run.exp" set test "ioblocktest" proc sleep_ten_secs {} { diff --git a/testsuite/systemtap.samples/tcptest.exp b/testsuite/systemtap.samples/tcptest.exp index 0ae088ef..23c5301a 100644 --- a/testsuite/systemtap.samples/tcptest.exp +++ b/testsuite/systemtap.samples/tcptest.exp @@ -1,5 +1,4 @@ # Test TCP probes -load_lib "stap_run.exp" set test "tcptest" set tcp_tcl "$srcdir/$subdir/tcptest.tcl" |