You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade hardhat
* Remove old patch
* Sync hardhat-tests with hardhat repo
* Update hardhat in other packages
* Lint fixes
* Replace HARDHAT_ with EDR_ in env vars
Copy file name to clipboardExpand all lines: hardhat-tests/test/internal/hardhat-network/stack-traces/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,6 @@ These compilers are grouped by minor version (that is, a group with all the 0.5.
62
62
63
63
The solidity files in each test directory are compiled (unless a cached compilation output exists) and then the `test.json` description is then executed.
64
64
65
-
## The `HARDHAT_TESTS_SOLC_PATH` environment variable
65
+
## The `EDR_TESTS_SOLC_PATH` environment variable
66
66
67
-
If this variable is set, the only compiler used will be the one that is available in that path. For example, if you want to test a nightly version, you would set the envvars `HARDHAT_TESTS_SOLC_PATH=/path/to/solc-nightly-0.8.21 HARDHAT_TESTS_SOLC_VERSION=0.8.21` and then run the tests. This would only run the test files under `test-files/0_8` and `test-files/version-independent`.
67
+
If this variable is set, the only compiler used will be the one that is available in that path. For example, if you want to test a nightly version, you would set the envvars `EDR_TESTS_SOLC_PATH=/path/to/solc-nightly-0.8.21 EDR_TESTS_SOLC_VERSION=0.8.21` and then run the tests. This would only run the test files under `test-files/0_8` and `test-files/version-independent`.
0 commit comments