summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-07-12 15:42:54 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-07-12 15:59:14 +0100
commit3edd3c090a840d454c30b71218a320dd76cdd8f2 (patch)
tree85aa9b5844bed190880502d8deeb482a8cfe4dbd
parent6b34630f905f1b34c4a43dd342a6ff1183d8cec8 (diff)
Ignore errors from glean --compare
Not ideal, but therwise we get lots of "Can't open results file for test" for tests which aren't run in --quick mode
-rwxr-xr-xglean-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/glean-test.sh b/glean-test.sh
index 27a15a6..bc96314 100755
--- a/glean-test.sh
+++ b/glean-test.sh
@@ -31,6 +31,6 @@ else
fi
# use glean compare mode to report differences
-$JHBUILD_CHECKOUTROOT/glean/bin/glean -c previous current
+$JHBUILD_CHECKOUTROOT/glean/bin/glean -c previous current 2>/dev/null
exit $EXITCODE