Explorar el Código

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

Ian Goldberg hace 1 año
padre
commit
de001001b1
Se han modificado 1 ficheros con 1 adiciones y 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
 }