D1816: tests: make #testcase available as env var in test

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Fri Jan 5 21:38:36 EST 2018


yuja requested changes to this revision.
yuja added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> run-tests.py:1338
> +        if self._case:
> +            script.append(b'TESTCASE=%s\n' % shellquote(self._case))
>  

Needs `export TESTCASE` to export shell variables to environment.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D1816

To: martinvonz, #hg-reviewers, quark, yuja
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list