opencompose icon indicating copy to clipboard operation
opencompose copied to clipboard

Allow `make test` to pass -v flag

Open surajssd opened this issue 8 years ago • 3 comments

$subject

This helps in knowing the errors where tests are failing and also see the logs of tests the way they are run.

surajssd avatar Mar 15 '17 10:03 surajssd

Possible, but if the test fails you can always run it by go test with what ever parameters you want, right?

tnozicka avatar Mar 15 '17 14:03 tnozicka

yes, that is possible but having a flag will help and I think in travis the tests should run in verbose mode anyway.

surajssd avatar Mar 16 '17 09:03 surajssd

yes, that is possible but having a flag will help and I think in travis the tests should run in verbose mode anyway.

I'm not sure about that to be honest. I know that Kompose uses -v by default for test. But I've never found it useful, and in most cases just annoying.

If I'm not mistaken if test fails, it shows output for that test as it was run with -v

kadel avatar Mar 16 '17 16:03 kadel