summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.pass1-4/semok.exp
blob: b32b6d4ef96aab9f05862b51e7fb5d0a3727b6a4 (plain)
1
2
3
4
5
6
7
set self semok
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 }
}