From 3526e29ed13645927bf5a1d3f0f36e5fc7d0a39a Mon Sep 17 00:00:00 2001 From: dsmith Date: Mon, 30 Oct 2006 15:24:44 +0000 Subject: 2006-10-30 David Smith * 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. --- testsuite/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/Makefile.am') 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: -- cgit