浏览代码

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

Ian Goldberg 1 年之前
父节点
当前提交
de001001b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 }