summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2010-02-09 16:23:18 -0500
committerStan Cox <scox@redhat.com>2010-02-09 16:23:18 -0500
commit685814768d61e47d491a81271f04de8b421acc4d (patch)
treea1a411d87b24ef90defb558df8eb3a009a9df957
parent1f6cb79459e181448d6e4e37381b57325b6d0fdb (diff)
downloadsystemtap-steved-685814768d61e47d491a81271f04de8b421acc4d.tar.gz
systemtap-steved-685814768d61e47d491a81271f04de8b421acc4d.tar.xz
systemtap-steved-685814768d61e47d491a81271f04de8b421acc4d.zip
Fix tcl.exp initialization bug
tcl.exp: Initialize xok
-rw-r--r--testsuite/systemtap.apps/tcl.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.apps/tcl.exp b/testsuite/systemtap.apps/tcl.exp
index 4c4a4342..07409ccd 100644
--- a/testsuite/systemtap.apps/tcl.exp
+++ b/testsuite/systemtap.apps/tcl.exp
@@ -47,6 +47,7 @@ if {![installtest_p]} {
set ok 0
set ko 0
+set xok 0
set lines 0
verbose -log "spawn stap -DMAXSKIPPED=8024 -t -c \"tcl/install/bin/tclsh${tclreleasemajor} tcl/src/tests/all.tcl > tcl-test.out\" $srcdir/$subdir/stap-tcl.stp tcl/install/bin/tclsh${tclreleasemajor} tcl/install/lib/libtcl${tclreleasemajor}.so"
spawn stap -DMAXSKIPPED=8024 -t -c "tcl/install/bin/tclsh${tclreleasemajor} tcl/src/tests/all.tcl > tcl-test.out" $srcdir/$subdir/stap-tcl.stp tcl/install/bin/tclsh${tclreleasemajor} tcl/install/lib/libtcl${tclreleasemajor}.so