Skip to content

Commit

Permalink
Merge pull request #4 from sailfishos/jb54181-qmltestrunner-path
Browse files Browse the repository at this point in the history
[nemo-qml-plugin-dbus] Remove absolute path for qmltestrunner. JB#54181
  • Loading branch information
blammit committed Sep 18, 2021
2 parents 6ac4c66 + 61b8efb commit 264aa47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-definition/tests.xml
Expand Up @@ -3,10 +3,10 @@
<suite name="nemo-qml-plugin-dbus-qt5-tests" domain="mw">
<set name="unit-tests" feature="nemo-qml-plugin-dbus-qt5">
<case manual="false" name="typedCall">
<step>/usr/lib/qt5/bin/qmltestrunner -input /opt/tests/nemo-qml-plugins-qt5/dbus/auto/tst_dbus_interface.qml</step>
<step>qmltestrunner -input /opt/tests/nemo-qml-plugins-qt5/dbus/auto/tst_dbus_interface.qml</step>
</case>
<case manual="false" name="DBus Interface">
<step>/usr/lib/qt5/bin/qmltestrunner -input /opt/tests/nemo-qml-plugins-qt5/dbus/auto/tst_dbus.qml</step>
<step>qmltestrunner -input /opt/tests/nemo-qml-plugins-qt5/dbus/auto/tst_dbus.qml</step>
</case>
</set>
</suite>
Expand Down

0 comments on commit 264aa47

Please sign in to comment.