From: Elias Naur Date: Tue, 6 Mar 2018 15:27:14 +0000 (+0100) Subject: iostest.bash: don't build std library twice X-Git-Tag: go1.11beta1~1330 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f5f16d1ec17830a1618fcb911626d101b7b85a5f;p=gostls13.git iostest.bash: don't build std library twice Instead, mirror androidtest.bash and build once, then run run.bash. Change-Id: I174ae30b2a429a62b20bb290a70cb07ed712b1e4 Reviewed-on: https://go-review.googlesource.com/98915 Reviewed-by: Hyang-Ah Hana Kim Run-TryBot: Elias Naur TryBot-Result: Gobot Gobot --- diff --git a/src/iostest.bash b/src/iostest.bash index 00cc49ec7e..b402ff0792 100755 --- a/src/iostest.bash +++ b/src/iostest.bash @@ -69,5 +69,5 @@ if [ "$GOIOS_DEV_ID" = "" ]; then eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go) fi -# Run standard build and tests. -./all.bash --no-clean +# Run standard tests. +bash run.bash --no-rebuild