( )⚙ D11034 test-run-test: use explicit variables to clarify paths

This is an archive of the discontinued Mercurial Phabricator instance.

test-run-test: use explicit variables to clarify paths
ClosedPublic

Authored by marmoute on Jul 9 2021, 7:48 AM.

Details

Summary

Since $TESTTMP and $TESTDIR are defined for both the main scope and the test
run during the test, the situation get confusing. To work around that, we
define some new, explicit, variables with the values we needs to keep track
of.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.Jul 9 2021, 7:48 AM
baymax updated this revision to Diff 29074.Jul 9 2021, 9:21 PM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

baymax updated this revision to Diff 29094.Jul 9 2021, 11:41 PM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

marmoute retitled this revision from test-run-test: use explicit variable to clarify path to test-run-test: use explicit variables to clarify paths.Jul 10 2021, 1:44 PM
marmoute edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.