summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/run.bash b/src/run.bash
index ae79a0cec..a9689bf15 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -49,20 +49,20 @@ GOMAXPROCS=10 gomake testshort
time gomake test
) || exit $?
-[ "$GOARCH" == arm ] ||
+[ "$CGO_ENABLED" != 1 ] ||
[ "$GOHOSTOS" == windows ] ||
(xcd ../misc/cgo/stdio
gomake clean
./test.bash
) || exit $?
-[ "$GOARCH" == arm ] ||
+[ "$CGO_ENABLED" != 1 ] ||
(xcd ../misc/cgo/life
gomake clean
./test.bash
) || exit $?
-[ "$GOARCH" == arm ] ||
+[ "$CGO_ENABLED" != 1 ] ||
[ "$GOHOSTOS" == windows ] ||
(xcd ../misc/cgo/test
gomake clean