I’m still experiencing the exit status problem (is...
# kobalt
s
I’m still experiencing the exit status problem (issue #115) preventing me from using Kobalt on anything that’s uses CI.
Copy code
./kobaltw test && echo SUCCESS # SUCCESS is printed

# just for sanity:
false && echo SUCCESS # nothing is printed
true && echo SUCCESS # SUCCESS is printed
Tested on a fresh clone of https://github.com/sargunster/PokeKotlin Was previously reported here: https://github.com/cbeust/kobalt/issues/115