diff --git a/src/testCase/utTryCatchCase.erl b/src/testCase/utTryCatchCase.erl index e390312..2a71f86 100644 --- a/src/testCase/utTryCatchCase.erl +++ b/src/testCase/utTryCatchCase.erl @@ -237,7 +237,7 @@ testTryCatch2(Type, TestLoop) -> catch Type:Reason:Strace -> case TestLoop of - true -> ok; + true -> Strace; false -> io:format("try .. catch block caught exception of ~p: ~p: ~p:~n", [Type, Reason, Strace]) end end.