]> Cypherpunks repositories - gostls13.git/commitdiff
iostest.bash: don't build std library twice
authorElias Naur <elias.naur@gmail.com>
Tue, 6 Mar 2018 15:27:14 +0000 (16:27 +0100)
committerElias Naur <elias.naur@gmail.com>
Tue, 6 Mar 2018 16:08:20 +0000 (16:08 +0000)
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 <hyangah@gmail.com>
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/iostest.bash

index 00cc49ec7e62f33fc75d0ecca54a804185e0a804..b402ff0792c3a338aed8d670f8c55b4bc99840f5 100755 (executable)
@@ -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