kbase / kb_sdk

Build and test new apps for the KBase platform
http://kbase.github.io/kb_sdk_docs
MIT License
27 stars 32 forks source link

added exit code to runTestCommand #244

Closed arfathpasha closed 7 years ago

arfathpasha commented 7 years ago

Added code to return a non-zero exit code when unit tests are executed.

Currently, the 0 exit code is returned even when unit tests fail.

This affects travis test reporting when integration tests are built using a call to 'kb-sdk test'.