Skip to content

Commit 6788f77

Browse files
committed
Add missing SELECTED_PRESETS argument to some of the recently added external tests
1 parent 1528d4b commit 6788f77

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/externalTests/bleeps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ source test/externalTests/common.sh
2727
verify_input "$@"
2828
BINARY_TYPE="$1"
2929
BINARY_PATH="$2"
30+
SELECTED_PRESETS="$3"
3031

3132
function compile_fn { npm run compile; }
3233
function test_fn { npm run test; }

test/externalTests/elementfi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ source test/externalTests/common.sh
2727
verify_input "$@"
2828
BINARY_TYPE="$1"
2929
BINARY_PATH="$2"
30+
SELECTED_PRESETS="$3"
3031

3132
function compile_fn { npm run build; }
3233
function test_fn { npm run test; }

test/externalTests/trident.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ source test/externalTests/common.sh
2727
verify_input "$@"
2828
BINARY_TYPE="$1"
2929
BINARY_PATH="$2"
30+
SELECTED_PRESETS="$3"
3031

3132
function compile_fn { yarn build; }
3233

test/externalTests/uniswap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ source test/externalTests/common.sh
2727
verify_input "$@"
2828
BINARY_TYPE="$1"
2929
BINARY_PATH="$2"
30+
SELECTED_PRESETS="$3"
3031

3132
function compile_fn { yarn compile; }
3233
function test_fn { UPDATE_SNAPSHOT=1 npx hardhat test; }

0 commit comments

Comments
 (0)