|
@@ -126,7 +126,7 @@ public abstract class BaseSLSRunnerTest {
|
|
|
|
|
|
if (!exceptionList.isEmpty()) {
|
|
if (!exceptionList.isEmpty()) {
|
|
sls.stop();
|
|
sls.stop();
|
|
- Assert.fail("TestSLSRunner catched exception from child thread "
|
|
|
|
|
|
+ Assert.fail("TestSLSRunner caught exception from child thread "
|
|
+ "(TaskRunner.TaskDefinition): " + exceptionList);
|
|
+ "(TaskRunner.TaskDefinition): " + exceptionList);
|
|
break;
|
|
break;
|
|
}
|
|
}
|