From 685814768d61e47d491a81271f04de8b421acc4d Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Tue, 9 Feb 2010 16:23:18 -0500 Subject: Fix tcl.exp initialization bug tcl.exp: Initialize xok --- testsuite/systemtap.apps/tcl.exp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit