Skip to content

Commit 61c5032

Browse files
committed
Update compile_and_run_tests.sql
1 parent 3b3425d commit 61c5032

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

test/compile_and_run_tests.sql

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
--https://stackoverflow.com/questions/27543873/sqlplus-conditional-execution-with-variable-from-query
2-
set define on verify off feedback off serveroutput on
3-
whenever sqlerror exit sql.sqlcode rollback
4-
5-
prompt
6-
prompt Test github.com/OraMUC/table-api-generator
7-
prompt ============================================================
8-
@create_log_table.sql
9-
@TEST_OM_TAPIGEN.pks
10-
@TEST_OM_TAPIGEN.pkb
11-
@run_unit_tests.sql
12-
--@run_performance_tests.sql TAG_TENANT_VISIBLE 10
13-
--@view_columns_array.sql
14-
prompt ============================================================
15-
prompt Tests Done
1+
--https://stackoverflow.com/questions/27543873/sqlplus-conditional-execution-with-variable-from-query
2+
set define on verify off feedback off serveroutput on
3+
whenever sqlerror exit sql.sqlcode rollback
4+
5+
prompt
6+
prompt Test github.com/OraMUC/table-api-generator
7+
prompt ============================================================
8+
@create_log_table.sql
9+
@TEST_OM_TAPIGEN.pks
10+
@TEST_OM_TAPIGEN.pkb
11+
@run_unit_tests.sql
12+
--@run_performance_tests.sql TAG_TENANT_VISIBLE 10
13+
--@view_columns_array.sql
14+
prompt ============================================================
15+
prompt Tests Done
1616
prompt

0 commit comments

Comments
 (0)