mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add missing SELECTED_PRESETS argument to some of the recently added external tests
This commit is contained in:
parent
1528d4b9e4
commit
6788f77541
@ -27,6 +27,7 @@ source test/externalTests/common.sh
|
||||
verify_input "$@"
|
||||
BINARY_TYPE="$1"
|
||||
BINARY_PATH="$2"
|
||||
SELECTED_PRESETS="$3"
|
||||
|
||||
function compile_fn { npm run compile; }
|
||||
function test_fn { npm run test; }
|
||||
|
@ -27,6 +27,7 @@ source test/externalTests/common.sh
|
||||
verify_input "$@"
|
||||
BINARY_TYPE="$1"
|
||||
BINARY_PATH="$2"
|
||||
SELECTED_PRESETS="$3"
|
||||
|
||||
function compile_fn { npm run build; }
|
||||
function test_fn { npm run test; }
|
||||
|
@ -27,6 +27,7 @@ source test/externalTests/common.sh
|
||||
verify_input "$@"
|
||||
BINARY_TYPE="$1"
|
||||
BINARY_PATH="$2"
|
||||
SELECTED_PRESETS="$3"
|
||||
|
||||
function compile_fn { yarn build; }
|
||||
|
||||
|
@ -27,6 +27,7 @@ source test/externalTests/common.sh
|
||||
verify_input "$@"
|
||||
BINARY_TYPE="$1"
|
||||
BINARY_PATH="$2"
|
||||
SELECTED_PRESETS="$3"
|
||||
|
||||
function compile_fn { yarn compile; }
|
||||
function test_fn { UPDATE_SNAPSHOT=1 npx hardhat test; }
|
||||
|
Loading…
Reference in New Issue
Block a user