summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.exelib/cleanup.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.exelib/cleanup.tcl')
-rw-r--r--testsuite/systemtap.exelib/cleanup.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.exelib/cleanup.tcl b/testsuite/systemtap.exelib/cleanup.tcl
new file mode 100644
index 00000000..915587d4
--- /dev/null
+++ b/testsuite/systemtap.exelib/cleanup.tcl
@@ -0,0 +1,3 @@
+# Remove exes, libs and (possible) separate .debug files
+catch {exec rm -f $testexe ${testexe}.debug}
+catch {exec rm -f $testlib ${testlib}.debug}