Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9cfbe3

Browse files
committed
added detailed error info if the framework fails
1 parent 24da4d6 commit d9cfbe3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/api/ut_runner.pkb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ create or replace package body ut_runner is
3737
exception
3838
when others then
3939
ut_output_buffer.close(l_listener.reporters);
40+
dbms_output.put_line(dbms_utility.format_error_backtrace);
41+
dbms_output.put_line(dbms_utility.format_error_stack);
4042
raise;
4143
end;
4244

0 commit comments

Comments
 (0)