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