Browse Source

Let's not curse in public now

Hamilton Turner 10 years ago
parent
commit
527e08a2c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/benchmark/framework_test.py

+ 1 - 1
toolset/benchmark/framework_test.py

@@ -265,7 +265,7 @@ class FrameworkTest:
       elif test.passed:
       elif test.passed:
         self.benchmarker.report_verify_results(self, test_type, 'pass')
         self.benchmarker.report_verify_results(self, test_type, 'pass')
       else:
       else:
-        raise Exception("What the hell")
+        raise Exception("Unknown error - test did not pass,warn,or fail")
 
 
     result = True
     result = True
     for test_type in self.runTests:
     for test_type in self.runTests: