no really need to remove the log file from the local box
authorSapan Bhatia <sapanb@cs.princeton.edu>
Tue, 18 Mar 2008 15:38:41 +0000 (15:38 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Tue, 18 Mar 2008 15:38:41 +0000 (15:38 +0000)
system/TestBox.py

index 9e94a87..7413474 100644 (file)
@@ -20,7 +20,7 @@ class TestBox:
     
     def tar_logs(self):
         if os.path.isdir("nodeslogs"):
-            tar_command="tar cvf nodeslogs.tar nodeslogs/ && rm -rf nodeslogs"
+            tar_command="tar cvf nodeslogs.tar nodeslogs/"
             self.run_in_buildname (tar_command)
             return True
         return False