summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorZygmunt Krynicki <zygmunt.krynicki@canonical.com>2014-04-07 18:49:50 +0200
committerZygmunt Krynicki <zygmunt.krynicki@canonical.com>2014-04-07 18:49:50 +0200
commit5d35acf20a0438118fae10c9b1e7fda0694657c1 (patch)
tree019a51081b3cd826d339c4969c4799444ab53868 /jobs
parent8fb4d9726afba0205e21620a7cd8de56244a72ff (diff)
providers:checkbox: fix graphics/screen-resolution
This job was accessing $CHECKBOX_SHARE/scripts/resolution_test.qml. The qml file was not executable and thus would not be installed or discovered as an executable. This patch moves the qml file to the data/ directory and updates the job to refer to it with $PLAINBOX_PROVIDER_DATA/ Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
Diffstat (limited to 'jobs')
-rw-r--r--jobs/graphics.txt.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/graphics.txt.in b/jobs/graphics.txt.in
index 10e8564..891df47 100644
--- a/jobs/graphics.txt.in
+++ b/jobs/graphics.txt.in
@@ -63,7 +63,7 @@ id: graphics/screen-resolution
requires:
device.category == 'VIDEO'
package.name == 'qmlscene'
-command: timeout 5 qmlscene --transparent --fullscreen $CHECKBOX_SHARE/scripts/resolution_test.qml
+command: timeout 5 qmlscene --transparent --fullscreen $PLAINBOX_PROVIDER_DATA/resolution_test.qml
estimated_duration: 10
_description:
PURPOSE: