load_lib vmips-outcheck.exp foreach testcase [glob $srcdir/$subdir/*.par] { # If we're only testing specific files and this isn't one of them, skip it. if ![runtest_file_p $runtests $testcase] then { continue } verbose "$testcase\n" if [catch { outcheck_run_one_test $testcase } err] { verbose "Error from testcase $testcase:\n$err\n" } }