aboutsummaryrefslogtreecommitdiff
path: root/robher-aosp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'robher-aosp.yaml')
-rw-r--r--robher-aosp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/robher-aosp.yaml b/robher-aosp.yaml
index 6a9adf0cde..409b382ff9 100644
--- a/robher-aosp.yaml
+++ b/robher-aosp.yaml
@@ -93,7 +93,7 @@
source build/envsetup.sh
for arch in arm64 x86_64; do
lunch linaro_${arch}-userdebug
- make -k -j8 gallium_dri i915_dri i965_dri libGLES_mesa gralloc.drm || (true; failed=1)
+ make -k -j8 gallium_dri i915_dri i965_dri libGLES_mesa gralloc.drm || { true; failed=1; }
done
###### Don't care about artifacts for now ######