Kaynağa Gözat

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

Ian Goldberg 1 yıl önce
ebeveyn
işleme
de001001b1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 }