mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
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:
parent
e83621034c
commit
a35f9bda13
@ -143,7 +143,7 @@ src_test()
|
||||
|
||||
cd src
|
||||
PATH="${GOBIN}:${PATH}" \
|
||||
./run.bash --no-rebuild --banner || die "tests failed"
|
||||
./run.bash -no-rebuild || die "tests failed"
|
||||
}
|
||||
|
||||
src_install()
|
||||
|
Loading…
x
Reference in New Issue
Block a user