Title: [commits] (dan) [11328] For new test framework add the passing of logging options when running performance tests
Revision
11328
Author
dan
Date
2006-08-04 13:24:54 -0700 (Fri, 04 Aug 2006)

Log Message

For new test framework add the passing of logging options when running performance tests

Modified Paths

Diff

Modified: trunk/chandler/parcels/osaf/framework/scripting/script.py (11327 => 11328)

--- trunk/chandler/parcels/osaf/framework/scripting/script.py	2006-08-04 19:37:23 UTC (rev 11327)
+++ trunk/chandler/parcels/osaf/framework/scripting/script.py	2006-08-04 20:24:54 UTC (rev 11328)
@@ -266,8 +266,11 @@
     # Execute new framework if chandlerPerformanceTests option is called
     chandlerPerformanceTests = Globals.options.chandlerPerformanceTests
     if chandlerPerformanceTests:
+        logFileName = Globals.options.chandlerTestLogfile
+        testDebug = Globals.options.chandlerTestDebug
+        testMask = Globals.options.chandlerTestMask
         from tools.cats.framework.runTests import run_perf_tests
-        run_perf_tests(chandlerPerformanceTests, logName=logFileName)
+        run_perf_tests(chandlerPerformanceTests, debug=testDebug, mask=testMask, logName=logFileName)
         
     fileName = Globals.options.scriptFile
     if fileName:




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to