summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2018-04-27 14:27:13 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2018-04-27 14:27:13 +0100
commit72c623654a408456aa8ff461541b94cea94a53b1 (patch)
tree7dc7e535600581a659db75943c6f21f8e19702db
parentb3bd044e4419b35488bd9a82a0787b8f5b9ed418 (diff)
fixup! fix: mbl_gyro_present.yaml
-rw-r--r--automated/linux/mbl/mbl_gyro_present.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/mbl/mbl_gyro_present.yaml b/automated/linux/mbl/mbl_gyro_present.yaml
index 8809ca9..e7c15d3 100644
--- a/automated/linux/mbl/mbl_gyro_present.yaml
+++ b/automated/linux/mbl/mbl_gyro_present.yaml
@@ -20,6 +20,6 @@ run:
- cd ./automated/linux/mbl/
- mkdir output
- ./mbl_gyro_present.sh -s "${SKIP_INSTALL}"
- - case "$?" in 0) RESULT=pass ;; 1) RESULT=skip ;; *) RESULT=fail ;; esac
+ - case "$?" in 0) RESULT=pass ;; 22) RESULT=skip ;; *) RESULT=fail ;; esac
- echo "mbl_gyro_present $RESULT" > output/result.txt
- ../../utils/send-to-lava.sh ./output/result.txt