From 4e275917e8ef91778cd1ba0d469c8f00c776f2eb Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Mon, 21 Dec 2009 17:23:03 -0500 Subject: 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. --- testsuite/systemtap.apps/stap-tcl.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/systemtap.apps/stap-tcl.sh') 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 -- cgit