diff options
author | David Smith <dsmith@redhat.com> | 2009-02-20 11:09:13 -0600 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-02-20 11:09:13 -0600 |
commit | a972819ab1954fe33500079d19dcb29c786a1976 (patch) | |
tree | 71a4e18acb323f714a9454556d058c24958425c4 /testsuite/systemtap.base/cache.exp | |
parent | adc67597f327cd43d58b1d0cb740dab14a75a058 (diff) | |
download | systemtap-steved-a972819ab1954fe33500079d19dcb29c786a1976.tar.gz systemtap-steved-a972819ab1954fe33500079d19dcb29c786a1976.tar.xz systemtap-steved-a972819ab1954fe33500079d19dcb29c786a1976.zip |
Better testcase cleanup.
2009-02-20 David Smith <dsmith@redhat.com>
* systemtap.base/cache.exp (stap_compile): Better cleanup.
* static_uprobes.exp: Ditto.
Diffstat (limited to 'testsuite/systemtap.base/cache.exp')
-rw-r--r-- | testsuite/systemtap.base/cache.exp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |