Skip to content

Commit 40e8d03

Browse files
committed
Removed clear screen from examples scripts.
Fixed color console setting.
1 parent ba6cf67 commit 40e8d03

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

examples/RunAllExamples.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
PROMPT Run all examples
2-
Clear Screen
32
set echo off
43
set feedback off
54
set linesize 1000

examples/RunUserExamples.sql

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
PROMPT Run user examples
2-
Clear Screen
3-
--set echo off
4-
--set feedback off
2+
set echo off
3+
set feedback off
54
set linesize 1000
65

76
prompt Common examples from web
87

9-
exec ut_documentation_reporter.set_color_enabled(true);
8+
exec ut_ansiconsole_helper.color_enabled(true);
109
@@award_bonus/run_award_bonus_test.sql
1110

1211
@@between_string/run_betwnstr_test.sql

0 commit comments

Comments
 (0)