diff --git a/source/install.sql b/source/install.sql index 6b0143e08..19fb45707 100644 --- a/source/install.sql +++ b/source/install.sql @@ -34,4 +34,7 @@ whenever oserror exit failure rollback @@ut_assert.pkb @@ut_suite_manager.pkb +select * from user_errors +where name not like 'BIN$%'; + exit success diff --git a/source/ut_suite_manager.pkb b/source/ut_suite_manager.pkb index 36aad1ab5..5b0e93d0a 100644 --- a/source/ut_suite_manager.pkb +++ b/source/ut_suite_manager.pkb @@ -188,7 +188,7 @@ create or replace package body ut_suite_manager is and t.object_name not like 'UT\_%' escape '\') loop config_package(rec.owner, rec.object_name, l_suite, l_suite_path); - if l_suite_path is not null + if l_suite_path is not null then l_all_suites(l_suite_path) := l_suite; end if;