##// END OF EJS Templates
tests: skip a detailed exit status in test-lfs-test-server...
tests: skip a detailed exit status in test-lfs-test-server The mode of failure here differs between `lfs-test-server` and `hg serve`, and they each throw a different exception. The `hg serve` case raises a subclass of `StorageError`, which gets a detailed status. The `lfs-test-server` case raises a subclass of `Abort`, which does not. Since the exit code isn't currently conditionizable in the tests, this is the simplest way to avoid the failure. Differential Revision: https://phab.mercurial-scm.org/D9836

File last commit:

r46633:d72378f9 default
r47062:47b11629 stable
Show More
narrow-library.sh
8 lines | 123 B | application/x-sh | BashLexer
/ tests / narrow-library.sh
Augie Fackler
narrow: import experimental extension from narrowhg revision cb51d673e9c5...
r36096 cat >> $HGRCPATH <<EOF
[extensions]
narrow=
[ui]
tests: use the right python when running dummyssh for narrow...
r46633 ssh=$PYTHON "$RUNTESTDIR/dummyssh"
Augie Fackler
narrow: import experimental extension from narrowhg revision cb51d673e9c5...
r36096 [experimental]
changegroup3 = True
EOF