aboutsummaryrefslogtreecommitdiff
path: root/src/all.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/all.rc')
-rwxr-xr-xsrc/all.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/all.rc b/src/all.rc
index 14e2f5565a..30237226b6 100755
--- a/src/all.rc
+++ b/src/all.rc
@@ -11,6 +11,11 @@ if(! test -f make.rc){
}
. ./make.rc --no-banner
+if(~ $GO14TESTS ''){
+ echo 'Build complete; skipping tests.'
+ echo 'To force tests, set GO14TESTS = 1 and re-run, but expect some failures.'
+ exit
+}
bind -b $GOROOT/bin /bin
./run.rc --no-rebuild
$GOTOOLDIR/dist banner # print build info