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

Skip to content

Commit e59a5ac

Browse files
committed
Removed output from test.
1 parent a8e3fff commit e59a5ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/ut_suite_manager/test_suite_manager.pkb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ create or replace package body test_suite_manager is
1616
l_all_objects_to_run := ut3.ut_suite_manager.configure_execution_by_path(ut3.ut_varchar2_list(c_path));
1717

1818
for i in 1..l_all_objects_to_run.count loop
19-
dbms_output.put_line(l_all_objects_to_run(i).name);
2019
if l_all_objects_to_run(i).name in ('tests', 'tests2') then
2120
l_objects_to_run.extend;
2221
l_objects_to_run(l_objects_to_run.last) := l_all_objects_to_run(i);

0 commit comments

Comments
 (0)