summaryrefslogtreecommitdiffstats
path: root/testsuite/Makefile.am
diff options
context:
space:
mode:
authordsmith <dsmith>2006-10-30 15:24:44 +0000
committerdsmith <dsmith>2006-10-30 15:24:44 +0000
commit3526e29ed13645927bf5a1d3f0f36e5fc7d0a39a (patch)
tree6e6a8075a573c362008334b48c4ab9596392f2f4 /testsuite/Makefile.am
parentb3481c14e523c266c29e97345899b72cd73dee7b (diff)
downloadsystemtap-steved-3526e29ed13645927bf5a1d3f0f36e5fc7d0a39a.tar.gz
systemtap-steved-3526e29ed13645927bf5a1d3f0f36e5fc7d0a39a.tar.xz
systemtap-steved-3526e29ed13645927bf5a1d3f0f36e5fc7d0a39a.zip
2006-10-30 David Smith <dsmith@redhat.com>
* systemtap.base/cache.exp: Saves value of SYSTEMTAP_DIR environment variable before starting tests and restores value at the end. Without this caching was broken for the rest of the testsuite, since all cached files were ending up in testsuite/.cache_test (which gets deleted on the next run of the testsuite). * Makefile.am: The 'clean-local' target now removes the .systemtap and .cache_test directories. * Makefile.in: Regenerated.
Diffstat (limited to 'testsuite/Makefile.am')
-rw-r--r--testsuite/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 54d1bf57..a4f9f7a7 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -10,6 +10,7 @@ all-local:
clean-local:
@rm -f ./stap site.exp systemtap.sum systemtap.log
+ @rm -rf .systemtap .cache_test
check-local: