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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add query of user errors to see error results on CI Server.
  • Loading branch information
rlove committed Aug 19, 2016
commit a5bd9522e8aa8511ff1abc60fe5ed0abc7293088
3 changes: 3 additions & 0 deletions source/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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