summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.pass1-4/transok.exp
blob: 0b94ee9c04c3676bfb07d5eda3220064823cebb5 (plain)
1
2
3
4
5
6
7
set self transok
foreach file [lsort [glob -nocomplain $srcdir/$self/*.stp]] {
    set test $self/[file tail $file]
    verbose -log "Running $file"
    set rc [stap_run_batch $file]
    if {$rc == 0} { pass $test } else { fail $test }
}