From a972819ab1954fe33500079d19dcb29c786a1976 Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 20 Feb 2009 11:09:13 -0600 Subject: Better testcase cleanup. 2009-02-20 David Smith * systemtap.base/cache.exp (stap_compile): Better cleanup. * static_uprobes.exp: Ditto. --- testsuite/systemtap.base/cache.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/systemtap.base/cache.exp') diff --git a/testsuite/systemtap.base/cache.exp b/testsuite/systemtap.base/cache.exp index 390af054..b10a4f28 100644 --- a/testsuite/systemtap.base/cache.exp +++ b/testsuite/systemtap.base/cache.exp @@ -116,6 +116,7 @@ set env(SYSTEMTAP_DIR) /dev/null stap_compile DISABLED1 [F_UNCACHED_COMPILE] $basic_script1 stap_compile DISABLED2 [F_UNCACHED_COMPILE] $basic_script1 set env(SYSTEMTAP_DIR) $local_systemtap_dir +eval [list exec /bin/rm -f] [glob "stap_*.ko"] # Disable the cache with '-m' stap_compile MODNAM1 [F_UNCACHED_COMPILE] $basic_script1 -m modnam -- cgit