remove files on exit
authorNathan S. Evans <evans@in.tum.de>
Fri, 30 Apr 2010 08:06:55 +0000 (08:06 +0000)
committerNathan S. Evans <evans@in.tum.de>
Fri, 30 Apr 2010 08:06:55 +0000 (08:06 +0000)
src/dht/test_dht_tools.sh

index d417ac09d2f2cec10047331cef82b7e531fdcba5..9b05b76365cae91cdcef2108a4c9b1221e945d21 100755 (executable)
@@ -8,7 +8,7 @@ checkout="check.out"
 
 stop_arm()
 {
-  if ! $armexe $DEBUG -e > $out ; then
+  if ! $armexe $DEBUG -e -d > $out ; then
     echo "FAIL: error running $armexe"
     echo "Command output was:"
     cat $out