Silence the output of make
This commit is contained in:
parent
de5bcf9913
commit
afe46025f5
@ -15,7 +15,7 @@ import (
|
|||||||
// test-binary `simple` that is linked against python3.7. If this fails, make
|
// test-binary `simple` that is linked against python3.7. If this fails, make
|
||||||
// necessary adjustments to the Makefile and/or your environment and try again.
|
// necessary adjustments to the Makefile and/or your environment and try again.
|
||||||
func buildSimple() error {
|
func buildSimple() error {
|
||||||
cmd := exec.Command("make")
|
cmd := exec.Command("make", "-s")
|
||||||
cmd.Dir = "testdata"
|
cmd.Dir = "testdata"
|
||||||
cmd.Stdout = os.Stdout
|
cmd.Stdout = os.Stdout
|
||||||
cmd.Stderr = os.Stderr
|
cmd.Stderr = os.Stderr
|
||||||
|
Loading…
Reference in New Issue
Block a user