dev-lang/go: fix go dist line options in test phase

Change --no-rebuild to -no-rebuild and drop --banner in the test phase
to match the documentation of go dist.

Gentoo-Commit: fb870ae6f45993ea375d8d5381edb72ade271b06
This commit is contained in:
William Hubbs 2015-08-20 19:21:21 -05:00 committed by Michael Marineau
parent e83621034c
commit a35f9bda13

View File

@ -143,7 +143,7 @@ src_test()
cd src cd src
PATH="${GOBIN}:${PATH}" \ PATH="${GOBIN}:${PATH}" \
./run.bash --no-rebuild --banner || die "tests failed" ./run.bash -no-rebuild || die "tests failed"
} }
src_install() src_install()