Skip to content

Commit e0d1f54

Browse files
committed
test: remove dbms_utility from plisql REGRESS list
The dbms_utility test belongs in contrib/ivorysql_ora, not in src/pl/plisql/src. The test was incorrectly added to the plisql Makefile but the actual test files are in the contrib module.
1 parent 62d0d50 commit e0d1f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plisql/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ REGRESS = plisql_array plisql_call plisql_control plisql_copy plisql_domain \
5858
plisql_record plisql_cache plisql_simple plisql_transaction \
5959
plisql_trap plisql_trigger plisql_varprops plisql_nested_subproc \
6060
plisql_nested_subproc2 plisql_out_parameter plisql_type_rowtype \
61-
plisql_exception dbms_utility
61+
plisql_exception
6262

6363
# where to find ora_gen_keywordlist.pl and subsidiary files
6464
TOOLSDIR = $(top_srcdir)/src/tools

0 commit comments

Comments
 (0)