This release contains a fix for running with set -u
. Successful tests will be displayed in green, unsuccessful tests will be displayed with red. Finally, options to run tests with set -e
, set -u
, and set -x
, have also been added. They are invoked via command line options such as ./runUnitTests.ut -v -e -x
.