forked from qt-creator/qt-creator
Squish: Provide function for writing out results
...in preparation for adding these to the automatic statistic thingy. Change-Id: Ieeab062b426ac3b9053d0499fdb38f0abacb89c9 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -206,3 +206,6 @@ if os.getenv("SYSTEST_NOSETTINGSPATH") != "1":
|
||||
cwd = os.path.abspath(cwd)
|
||||
copySettingsToTmpDir()
|
||||
atexit.register(__removeTestingDir__)
|
||||
|
||||
if os.getenv("SYSTEST_WRITE_RESULTS") == "1" and os.getenv("SYSTEST_RESULTS_FOLDER") != None:
|
||||
atexit.register(writeTestResults, os.getenv("SYSTEST_RESULTS_FOLDER"))
|
||||
|
||||
Reference in New Issue
Block a user