Submitter | phabricator |
---|---|
Date | April 5, 2018, 4:38 a.m. |
Message ID | <differential-rev-PHID-DREV-ycbrqsph52srecm4ag2k-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/30340/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-run-tests.t b/tests/test-run-tests.t --- a/tests/test-run-tests.t +++ b/tests/test-run-tests.t @@ -558,7 +558,12 @@ Verify that we can try other ports =================================== - $ hg init inuse + +Extensions aren't inherited by the invoked run-tests.py. An extension +introducing a repository requirement could cause this to fail. So we force +HGRCPATH to get a clean environment. + + $ HGRCPATH= hg init inuse $ hg serve -R inuse -p $HGPORT -d --pid-file=blocks.pid $ cat blocks.pid >> $DAEMON_PIDS $ cat > test-serve-inuse.t <<EOF