hg-evolve extension tests fail

Pierre-Yves David pierre-yves.david at ens-lyon.org
Tue Jun 3 11:05:22 CDT 2014



On 06/03/2014 07:45 AM, Neal Becker wrote:
> Just updated to latest and tried running tests:
>
> python run-tests.py
>
> Traceback (most recent call last):
>    File "run-tests.py", line 1128, in <module>
>      main()
>    File "run-tests.py", line 1122, in main
>      runtests(options, tests)
>    File "run-tests.py", line 900, in runtests
>      installhg(options)
>    File "run-tests.py", line 391, in installhg
>      f = open(os.path.join(BINDIR, 'diffstat'), 'w')
> IOError: [Errno 2] No such file or directory:
> '/tmp/hgtests.aPo2gY/install/bin/diffstat'

You need to specify where to find a `hg binary`

python run-tests.py --with-hg=/usr/bin/hg for example.


-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list