summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/arith.exp
blob: c4f727932b7fa86a54b5ce1e63e21aafee7ea728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set test "arith"
if {![installtest_p]} { untested $test; return }

spawn stap -DMAXNESTING=5 $srcdir/$subdir/arith.stp
set ok 0
expect {
    -timeout 150
    -re {passes: [0-9]* failures: 0} { incr ok }
    timeout { fail "$test (timeout)" }
    eof { }
}
close
wait
if {$ok == 1} { pass "$test" } { fail "$test" }