~zyga/checkbox/session-changes

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-checkbox/jobs/touchscreen.txt.in

  • Committer: Daniel Manrique
  • Author(s): Pierre Equoy
  • Date: 2015-09-10 10:54:18 UTC
  • mfrom: (3998.1.1 checkbox)
  • Revision ID: daniel_manrique-20150910105418-g33rapad5sn203wg
"automatic merge of lp:~pierre-equoy/checkbox/fix-1467888-tap-test-to-avoid-X-crash/ by tarmac [r=sylvain-pineau][bug=1467888][author=pierre-equoy]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
    manage_compiz_plugin unityshell disable
135
135
    qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=3 2>&1 | grep -o PASS
136
136
    EXIT=$?
 
137
    sleep 5
137
138
    manage_compiz_plugin unityshell enable
138
139
    exit $EXIT
139
140
 
154
155
    manage_compiz_plugin unityshell disable
155
156
    qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=4 2>&1 | grep -o PASS
156
157
    EXIT=$?
 
158
    sleep 5
157
159
    manage_compiz_plugin unityshell enable
158
160
    exit $EXIT