aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/shared/qtcreator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/shared/qtcreator.py')
-rw-r--r--tests/system/shared/qtcreator.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/system/shared/qtcreator.py b/tests/system/shared/qtcreator.py
index d78da01d92..0419a4c758 100644
--- a/tests/system/shared/qtcreator.py
+++ b/tests/system/shared/qtcreator.py
@@ -144,9 +144,10 @@ def checkForStillRunningQmlExecutable(possibleNames):
continue
else:
if subprocess.call(["taskkill", "/F", "/FI", "IMAGENAME eq %s" % qmlHelper]) == 0:
- print "Killed still running %s" % qmlHelper
+ print("Killed still running %s" % qmlHelper)
else:
- print "%s is still running - failed to kill it" % qmlHelper
+ print("%s is still running - failed to kill it" % qmlHelper)
+
def __removeTestingDir__():
def __removeIt__(directory):