summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.exelib/cleanup.tcl
blob: 915587d4cdcb2c4420a58a09bdc275cd8f8123c0 (plain)
1
2
3
# Remove exes, libs and (possible) separate .debug files
catch {exec rm -f $testexe ${testexe}.debug}
catch {exec rm -f $testlib ${testlib}.debug}