Skip to content

Commit e03619c

Browse files
committed
Fix RWL-236 / mute141
1 parent b830ec7 commit e03619c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bin/oltpverify

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# Licensed under the Universal Permissive License v 1.0
44
# as shown at https://oss.oracle.com/licenses/upl/
55

6+
# History
7+
#
8+
# 21-nov-2023 bengsig Fix mute141 issue
9+
# 2019 bengsig Creation
10+
611
. oltp-setup-env
712

813
options="Hhusdar2q -l help,quiet,directories,repository,runuser,awuser,oeuser,system,cruser,all"
@@ -89,7 +94,7 @@ then
8994
exit 1
9095
fi
9196

92-
if ! rwloadsim -q -u -v -e -- '-x $mute:141' run.rwl
97+
if ! rwloadsim -q -u -v -e --mute=141 run.rwl
9398
then
9499
echo run.rwl does not compile properly 1>&2
95100
exit 1

0 commit comments

Comments
 (0)