Mercurial > hg
view tests/test-paths.t @ 12573:be4b0a397470
tests: show skip reason instead of "irrelevant" with unified tests, too
parsehghaveoutput expects just the test output, not the merged test/output,
so for skipped unified tests e.g.:
Skipped test-convert-darcs.t: missing feature: irrelevant
was shown instead of:
Skipped test-convert-darcs.t: missing feature: darcs client
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Mon, 27 Sep 2010 22:49:30 +0200 |
parents | 97ffc68f71d3 |
children | e3247ceaca5e |
line wrap: on
line source
$ hg init a $ hg clone a b updating to branch default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cd a $ echo '[paths]' >> .hg/hgrc $ echo 'dupe = ../b' >> .hg/hgrc $ hg in dupe comparing with */test-paths.t/b (glob) no changes found [1] $ cd .. $ hg -R a in dupe comparing with */test-paths.t/b (glob) no changes found [1]