summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2013-02-14 16:46:24 -0600
committerTom Gall <tom.gall@linaro.org>2013-02-14 16:46:24 -0600
commit0363d5e99e0149dad7a0c1f540d6229c7fbb592f (patch)
tree122d2fd03a3cc447192175b344bf66bce6d102e6
parent46807df0c873f306c60d0f09ac4089c1630e1dbf (diff)
set env first then run shell scripts
-rw-r--r--android/minmax_gles2.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/minmax_gles2.yaml b/android/minmax_gles2.yaml
index 0378f43..761cdea 100644
--- a/android/minmax_gles2.yaml
+++ b/android/minmax_gles2.yaml
@@ -9,9 +9,9 @@ install:
run:
steps:
+ - "export PIGLIT_PLATFORM=android"
- "cd test-definitions/android/scripts"
- "./homescreen.sh"
- - "export PIGLIT_PLATFORM=android"
- "./piglit-run-test.sh /system/xbin/piglit/piglit-spec-gles2/minmax_gles2"
parse: