diff options
author | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2009-11-06 08:59:34 +0000 |
---|---|---|
committer | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2009-11-06 08:59:34 +0000 |
commit | 5d9c644b06a1f4af4381ed1c24743a9acdac7310 (patch) | |
tree | 08b9017431930c88c97c785f52e5ac9affff80c3 /nightly | |
parent | 064212709dc8988a48d2cbde5b90528952d8cd74 (diff) |
Automatically clean up temporary files.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10931 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'nightly')
-rw-r--r-- | nightly/conf/cellbuzz-native.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nightly/conf/cellbuzz-native.conf b/nightly/conf/cellbuzz-native.conf index 2d5fcee1..8b219da9 100644 --- a/nightly/conf/cellbuzz-native.conf +++ b/nightly/conf/cellbuzz-native.conf @@ -20,4 +20,5 @@ cellbuzz_eval() { sleep 10 done cat cmd-output.txt + rm -f STDIN.* } |