The odo test
command doesn't give enough feedback, by default; odo test exit status
#3899
Labels
kind/bug
Categorizes issue or PR as related to a bug.
/kind bug
(This is a minor suggestion, not really a true "bug").
What versions of software are you using?
Operating System: Win10, Linux
Output of
odo version
: 1.2.6How did you run odo exactly?
A sequence like:
odo create java-openliberty --starter
odo test
Actual behavior
$ odo test
Executing devfile test command for component dd3win10
Expected behavior
I'd expect that by default I'd see some indication of whether my tests pass or fail, e.g. the output I get if I do:
odo test -v 1
. In other words, I'm wondering if the default-v 0
logging should include the log records currently logged at-v 1
.Another idea (which could be combined or separated from this one):
Could
odo test
propagate an exit status/code, so that success return 0 in$?
and failure non-zero?Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: