Explorar o código

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

Ian Goldberg hai 1 ano
pai
achega
de001001b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }