Browse Source

Merge branch 'master' into travis-hotfix

Hamilton Turner 11 years ago
parent
commit
434936f9ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/benchmark/benchmarker.py

+ 1 - 1
toolset/benchmark/benchmarker.py

@@ -760,7 +760,7 @@ class Benchmarker:
         err.close()
         err.close()
         return exit_with_code(1)
         return exit_with_code(1)
       except (KeyboardInterrupt, SystemExit) as e:
       except (KeyboardInterrupt, SystemExit) as e:
-        test.stop(out)
+        test.stop(out, err)
         out.write( """
         out.write( """
         -----------------------------------------------------
         -----------------------------------------------------
           Cleaning up....
           Cleaning up....