aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/shared/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/shared/utils.py')
-rw-r--r--tests/system/shared/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/shared/utils.py b/tests/system/shared/utils.py
index e31ed30c20..c34e39af7b 100644
--- a/tests/system/shared/utils.py
+++ b/tests/system/shared/utils.py
@@ -579,7 +579,7 @@ def dumpChildren(item):
def writeTestResults(folder):
if not os.path.exists(folder):
- print "Skipping writing test results (folder '%s' does not exist)." % folder
+ print("Skipping writing test results (folder '%s' does not exist)." % folder)
return
resultFile = open("%s.srf" % os.path.join(folder, os.path.basename(squishinfo.testCase)), "w")
resultFile.write("suite:%s\n" % os.path.basename(os.path.dirname(squishinfo.testCase)))