aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2011-04-08 10:43:25 +1000
committerAlex Brainman <alex.brainman@gmail.com>2011-04-08 10:43:25 +1000
commit776fd72579a85e1e6e7d62942a46ddf3940893a9 (patch)
tree85c5a8364830a7f3aeef58bfbe6db2aee6910b8e /src/run.bash
parent2683c76d9588f018458e8e0c38dc4ed85ffc970d (diff)
downloadgo-776fd72579a85e1e6e7d62942a46ddf3940893a9.tar.xz
test/bench: enable build and test on Windows
R=golang-dev, rsc1 CC=golang-dev https://golang.org/cl/4366043
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 8ad11e2ae2..91cd3cc997 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -113,7 +113,6 @@ do
done
[ "$GOARCH" == arm ] ||
-[ "$GOHOSTOS" == windows ] ||
(xcd ../test/bench
./timing.sh -test
) || exit $?