diff options
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 |