Salome HOME
Separating the test command from the other commands in the boards made by the jobs...
[tools/sat.git] / commands / test.py
index 55c748b0304b5d7a152825951bda282e7433959c..9baf117d2243642a22d2a8c06231db8d05ffb441 100644 (file)
@@ -541,7 +541,8 @@ def run(args, runner, logger):
                     retcode,
                     "Click on the link to get the detailed test results")
 
-    logger.write(_("Removing the temporary directory: rm -rf %s\n" % test_runner.tmp_working_dir), 5)
+    logger.write(_("Removing the temporary directory: "
+                   "rm -rf %s\n" % test_runner.tmp_working_dir), 5)
     if os.path.exists(test_runner.tmp_working_dir):
         shutil.rmtree(test_runner.tmp_working_dir)