]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Automatically clean up temporary files.
authorBart Van Assche <bvanassche@acm.org>
Fri, 6 Nov 2009 08:59:34 +0000 (08:59 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 6 Nov 2009 08:59:34 +0000 (08:59 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10931

nightly/conf/cellbuzz-native.conf

index 2d5fcee1bf561c78d1e72923116426bfd8687d0e..8b219da9abde0fee55a4df0542b356449584bbf4 100644 (file)
@@ -20,4 +20,5 @@ cellbuzz_eval() {
     sleep 10
   done
   cat cmd-output.txt
+  rm -f STDIN.*
 }