diff options
author | fche <fche> | 2005-05-24 14:03:31 +0000 |
---|---|---|
committer | fche <fche> | 2005-05-24 14:03:31 +0000 |
commit | d4f41a6f345a85e9eccd3471990f5458cc687daf (patch) | |
tree | b5e06929a4b5193a99838b19587599a43e3ac5b8 /runtest.sh | |
parent | af56020f76d69a8daef7fc7174ef1c473cde886c (diff) | |
download | systemtap-steved-d4f41a6f345a85e9eccd3471990f5458cc687daf.tar.gz systemtap-steved-d4f41a6f345a85e9eccd3471990f5458cc687daf.tar.xz systemtap-steved-d4f41a6f345a85e9eccd3471990f5458cc687daf.zip |
2005-05-24 Frank Ch. Eigler <fche@redhat.com>
* testsuite/semlib/*: New tapset library chunks for "-I" testing.
* testsuite/semok/eight.stp, nine.stp: New tests.
Diffstat (limited to 'runtest.sh')
-rwxr-xr-x | runtest.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,4 +2,8 @@ # Redirect stdout/stderr to /dev/null before invoking the given test -exec $@ >/dev/null 2>&1 +SRCDIR=`dirname $0` +export SRCDIR + +exec >/dev/null 2>&1 +exec ${1+"$@"} |