summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 61998ac5d..3343bf950 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -99,7 +99,7 @@ gomake clean
[ "$CGO_ENABLED" != 1 ] ||
(xcd ../misc/cgo/test
gomake clean
-make test
+gomake test
) || exit $?
[ "$CGO_ENABLED" != 1 ] ||