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