From 47d3c5ba203cf17d496457894db4e2aa7eeeda66 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 18 Mar 2008 15:38:41 +0000 Subject: [PATCH] no really need to remove the log file from the local box --- system/TestBox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestBox.py b/system/TestBox.py index 9e94a87..7413474 100644 --- a/system/TestBox.py +++ b/system/TestBox.py @@ -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 -- 2.47.0