Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ec33c commit 5064383Copy full SHA for 5064383
1 file changed
client_source/sqlplus/ut_run.sql
@@ -299,7 +299,7 @@ begin
299
:l_color_enabled := parse_color_enabled(l_input_params);
300
301
: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');
+ :l_test_path := parse_path_param(l_input_params,'test_path','test');
303
304
if l_run_cursor_sql is not null then
305
open :l_run_params_cur for l_run_cursor_sql;
0 commit comments