run-tests: don't trap exceptions in Test.runTest()
Exceptions are all handled in Test.run(). This code was redundant since the unittest test wrapper class was merged into Test.
Loading
Please register or sign in to comment
Exceptions are all handled in Test.run(). This code was redundant since the unittest test wrapper class was merged into Test.