diff options
author | Stan Cox <scox@redhat.com> | 2009-12-21 17:23:03 -0500 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2009-12-21 17:23:03 -0500 |
commit | 4e275917e8ef91778cd1ba0d469c8f00c776f2eb (patch) | |
tree | 452a511a7fde8bf13ce2b756c3e6eeb578d4b85e /testsuite/systemtap.apps/stap-tcl.sh | |
parent | 40b71c4777ca110d69d5d61563d032a5ba1355df (diff) | |
download | systemtap-steved-4e275917e8ef91778cd1ba0d469c8f00c776f2eb.tar.gz systemtap-steved-4e275917e8ef91778cd1ba0d469c8f00c776f2eb.tar.xz systemtap-steved-4e275917e8ef91778cd1ba0d469c8f00c776f2eb.zip |
Cleanup in testsuite/system.apps
* mysql.exp (stap-mysql.sh): Shutdown properly.
* xulrunner.exp: Run depending on SYSTEMTAP_TESTAPPS env
(stap-xul.sh): Fix xulrelease. Add mozjs-dtrace.o to js link line.
Diffstat (limited to 'testsuite/systemtap.apps/stap-tcl.sh')
-rw-r--r-- | testsuite/systemtap.apps/stap-tcl.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/systemtap.apps/stap-tcl.sh b/testsuite/systemtap.apps/stap-tcl.sh index 919f632d..c3a7f6b7 100644 --- a/testsuite/systemtap.apps/stap-tcl.sh +++ b/testsuite/systemtap.apps/stap-tcl.sh @@ -15,6 +15,8 @@ fi if [ ! -d tcl/src ] ; then tar -x -z -f tcl$tclrelease-src.tar.gz mv tcl$tclrelease tcl/src + sed -i '/runAllTests/i\ +singleProcess true' tcl/src/tests/all.tcl fi cd tcl/src/unix |