diff options
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 2 |
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 $? |
