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