Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539afeb commit 0a628d2Copy full SHA for 0a628d2
1 file changed
source/api/ut_runner.pkb
@@ -17,6 +17,10 @@ create or replace package body ut_runner is
17
l_items_to_run.do_execute(l_listener);
18
19
ut_output_buffer.close(l_listener.reporters);
20
+ exception
21
+ when others then
22
+ ut_output_buffer.close(l_listener.reporters);
23
+ raise;
24
end;
25
26
procedure run(a_paths ut_varchar2_list, a_reporter ut_reporter_base := ut_documentation_reporter(), a_color_console boolean := false) is
0 commit comments