Parcourir la source

Actually clean up in repro-all-docker's cleanup function

Ian Goldberg il y a 1 an
Parent
commit
de001001b1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      repro/repro-all-dockers

+ 1 - 1
repro/repro-all-dockers

@@ -10,7 +10,7 @@ fi
 outputfile=$$.repro.log
 
 cleanup() {
-#    rm -f $outputfile
+    rm -f $outputfile
     exit
 }