diff options
author | William Cohen <wcohen@redhat.com> | 2008-06-20 16:43:05 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-06-20 16:43:05 -0400 |
commit | 9edcdf51d116af251d07d1ddbe6ead553cccf03c (patch) | |
tree | 114e26119edbeef4992839dfa0666b92582795c0 /testsuite/systemtap.examples/traceio2.meta | |
parent | 7fe8474a7a266329b32e4f64af7f642a591799d7 (diff) | |
download | systemtap-steved-9edcdf51d116af251d07d1ddbe6ead553cccf03c.tar.gz systemtap-steved-9edcdf51d116af251d07d1ddbe6ead553cccf03c.tar.xz systemtap-steved-9edcdf51d116af251d07d1ddbe6ead553cccf03c.zip |
Correct test_check and test_installcheck commands.
Diffstat (limited to 'testsuite/systemtap.examples/traceio2.meta')
-rw-r--r-- | testsuite/systemtap.examples/traceio2.meta | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.examples/traceio2.meta b/testsuite/systemtap.examples/traceio2.meta index 89561e71..e6bca1a9 100644 --- a/testsuite/systemtap.examples/traceio2.meta +++ b/testsuite/systemtap.examples/traceio2.meta @@ -9,5 +9,5 @@ exit: user-controlled output: trace scope: system-wide description: Print out the executable name and process number as reads and writes to the specified device occur. -test_check: stap -p4 traceio2.stp `stat -c "0x%D" /` -test_installcheck: stap traceio2.stp `stat -c "0x%D" /` -c "sleep 1" +test_check: stap -p4 traceio2.stp 0x0801 +test_installcheck: /bin/sh eval stap traceio2.stp 0x0801 -c "sleep 1" |