diff --git a/test/externalTests/trident.sh b/test/externalTests/trident.sh index d82b0a707..26c3d3810 100755 --- a/test/externalTests/trident.sh +++ b/test/externalTests/trident.sh @@ -35,7 +35,7 @@ function test_fn { TS_NODE_TRANSPILE_ONLY=1 npx hardhat test --no-compile $( # TODO: We need to skip Migration.test.ts because it fails and makes other tests fail too. # Replace this with `yarn test` once https://github.com/sushiswap/trident/issues/283 is fixed. - find test/ -name "*.test.ts" ! -path "test/Migration.test.ts" + find test/ -name "*.test.ts" ! -path "test/Migration.test.ts" | LC_ALL=C sort ) } @@ -43,6 +43,7 @@ function trident_test { local repo="https://github.com/sushiswap/trident" local ref_type=commit + # FIXME: Switch back to master branch when https://github.com/sushiswap/trident/issues/303 gets fixed. local ref="0cab5ae884cc9a41223d52791be775c3a053cb26" # master as of 2021-12-16 local config_file="hardhat.config.ts" local config_var=config