From 00cd5a3ff14ac5d8a30e0be23504da0795b9887d Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 11 Jan 2017 10:56:10 +0100 Subject: [PATCH] feat(tools): increase binary portability --- tests/tools/check_qml_syntax | 2 +- tests/tools/test_qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tools/check_qml_syntax b/tests/tools/check_qml_syntax index 315dc9325..61424173d 100755 --- a/tests/tools/check_qml_syntax +++ b/tests/tools/check_qml_syntax @@ -5,7 +5,7 @@ # ============================================================================== RESOURCES_FILE='resources.qrc' -LINTER=qmllint-qt5 +LINTER=qmllint RED='\e[1;31m' GREEN='\e[1;32m' diff --git a/tests/tools/test_qml b/tests/tools/test_qml index 16a2e3563..59a06771f 100644 --- a/tests/tools/test_qml +++ b/tests/tools/test_qml @@ -4,7 +4,7 @@ # Tool to run unit tests on all `*.spec.qml` files. # ============================================================================== -TEST_RUNNER='qmltestrunner-qt5' +TEST_RUNNER='qmltestrunner' RESOURCES_FILE='resources.qrc' TEST_FILE_EXTENSION='spec.qml'