File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 191191 for vm in $EVM_VERSIONS
192192 do
193193 printTask " --> Running tests using " $optimize " --evm-version " $vm " ..."
194+
195+ # Run constantinople tests with ABIEncoderV2 turned on
196+ other_flags=" "
197+ if [[ " $vm " == " constantinople" ]]
198+ then
199+ other_flags=" --abiencoderv2"
200+ fi
201+
194202 log=" "
195203 if [ -n " $log_directory " ]
196204 then
201209 log=--logger=JUNIT,test_suite,$log_directory /noopt_$vm .xml $testargs_no_opt
202210 fi
203211 fi
204- " $REPO_ROOT " /build/test/soltest $progress $log -- --testpath " $REPO_ROOT " /test " $optimize " --evm-version " $vm " $SMT_FLAGS $IPC_FLAGS --ipcpath " ${WORKDIR} /geth.ipc"
212+
213+ " $REPO_ROOT " /build/test/soltest $progress $log -- --testpath " $REPO_ROOT " /test " $optimize " --evm-version " $vm " $SMT_FLAGS $IPC_FLAGS $other_flags --ipcpath " ${WORKDIR} /geth.ipc"
205214 done
206215done
207216
You can’t perform that action at this time.
0 commit comments