aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/run.bash2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash
index e97f55a0ba..0e4600b0ad 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -55,12 +55,10 @@ xcd() {
go test
) || exit $?
-$BROKEN ||
[ "$CGO_ENABLED" != 1 ] ||
[ "$GOHOSTOS" == windows ] ||
[ "$GOHOSTOS" == darwin ] ||
(xcd ../misc/cgo/testso
-"$GOMAKE" clean
./test.bash
) || exit $?