Skip to content

Commit 0793607

Browse files
committed
Enabled echo and feedback for examples
1 parent 179586a commit 0793607

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/RunDeveloperExamples.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROMPT Run developer examples
22
Clear Screen
3-
set echo off
4-
set feedback off
3+
set echo on
4+
set feedback on
55
set linesize 1000
66

77
exec ut_ansiconsole_helper.color_enabled(true);

examples/RunUserExamples.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROMPT Run user examples
2-
set echo off
3-
set feedback off
2+
set echo on
3+
set feedback on
44
set linesize 1000
55

66
prompt Common examples from web

examples/between_string/run_betwnstr_test_coverage.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set serveroutput on size unlimited format truncated
1111
set feedback off
1212
set termout off
1313
spool coverage.html
14-
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')));
14+
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')));
1515
spool off
1616

1717

0 commit comments

Comments
 (0)