diff options
| author | dsmith <dsmith> | 2006-10-30 15:24:44 +0000 |
|---|---|---|
| committer | dsmith <dsmith> | 2006-10-30 15:24:44 +0000 |
| commit | 3526e29ed13645927bf5a1d3f0f36e5fc7d0a39a (patch) | |
| tree | 6e6a8075a573c362008334b48c4ab9596392f2f4 /testsuite/ChangeLog | |
| parent | b3481c14e523c266c29e97345899b72cd73dee7b (diff) | |
| download | systemtap-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/ChangeLog')
| -rw-r--r-- | testsuite/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 7ac1f2f2..0584f7d6 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,16 @@ +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. + 2006-10-30 Martin Hunt <hunt@redhat.com> * systemtap.base/cache.exp (stap_compile): Fix a simple |
