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

Skip to content

Commit 5064383

Browse files
committed
Changing default path for tests
1 parent e4ec33c commit 5064383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client_source/sqlplus/ut_run.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ begin
299299
:l_color_enabled := parse_color_enabled(l_input_params);
300300

301301
:l_source_path := parse_path_param(l_input_params,'source_path','source');
302-
:l_test_path := parse_path_param(l_input_params,'test_path','tests');
302+
:l_test_path := parse_path_param(l_input_params,'test_path','test');
303303

304304
if l_run_cursor_sql is not null then
305305
open :l_run_params_cur for l_run_cursor_sql;

0 commit comments

Comments
 (0)