aboutsummaryrefslogtreecommitdiff
path: root/src/all.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/all.bash')
-rwxr-xr-xsrc/all.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/all.bash b/src/all.bash
index 5d994d3d0d..196c8eb21d 100755
--- a/src/all.bash
+++ b/src/all.bash
@@ -10,6 +10,11 @@ if [ ! -f make.bash ]; then
fi
OLDPATH="$PATH"
. ./make.bash "$@" --no-banner
+if [ "$GO14TESTS" != "1" ]; then
+ echo "Build complete; skipping tests."
+ echo "To force tests, set GO14TESTS=1 and re-run, but expect some failures."
+ exit
+fi
bash run.bash --no-rebuild
PATH="$OLDPATH"
$GOTOOLDIR/dist banner # print build info