Skip to content
Prev Previous commit
Next Next commit
Enabled echo and feedback for examples
  • Loading branch information
jgebal committed Mar 15, 2020
commit 079360796c38b5367fe3a53c9849e04b8c31c395
4 changes: 2 additions & 2 deletions examples/RunDeveloperExamples.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROMPT Run developer examples
Clear Screen
set echo off
set feedback off
set echo on
set feedback on
set linesize 1000

exec ut_ansiconsole_helper.color_enabled(true);
Expand Down
4 changes: 2 additions & 2 deletions examples/RunUserExamples.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROMPT Run user examples
set echo off
set feedback off
set echo on
set feedback on
set linesize 1000

prompt Common examples from web
Expand Down
2 changes: 1 addition & 1 deletion examples/between_string/run_betwnstr_test_coverage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set serveroutput on size unlimited format truncated
set feedback off
set termout off
spool coverage.html
exec ut.run(user, ut_coverage_html_reporter(a_project_name=>'Demo of between string function tests', a_include_object_list=>ut_varchar2_list('ut3.betwnstr')));
exec ut.run(user, ut_coverage_html_reporter(a_project_name=>'Demo of between string function tests', a_include_object_list=>ut_varchar2_list('betwnstr')));
spool off


Expand Down