summaryrefslogtreecommitdiff
path: root/units
diff options
Diffstat (limited to 'units')
-rw-r--r--units/touchscreen/jobs.pxu4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/touchscreen/jobs.pxu b/units/touchscreen/jobs.pxu
index 51b4a4e..9db5677 100644
--- a/units/touchscreen/jobs.pxu
+++ b/units/touchscreen/jobs.pxu
@@ -140,7 +140,7 @@ _description:
Did you see the green circles around the three fingers?
command:
manage_compiz_plugin unityshell disable
- qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=3 2>&1 | grep -o PASS
+ qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml 3 2>&1 | grep -o PASS
EXIT=$?
sleep 5
manage_compiz_plugin unityshell enable
@@ -163,7 +163,7 @@ _description:
Did you see the green circles around the four fingers?
command:
manage_compiz_plugin unityshell disable
- qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=4 2>&1 | grep -o PASS
+ qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml 4 2>&1 | grep -o PASS
EXIT=$?
sleep 5
manage_compiz_plugin unityshell enable