From: Sapan Bhatia Date: Tue, 18 Mar 2008 15:38:41 +0000 (+0000) Subject: no really need to remove the log file from the local box X-Git-Tag: tests-4.2-4~197 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=47d3c5ba203cf17d496457894db4e2aa7eeeda66;p=tests.git no really need to remove the log file from the local box --- 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