##// END OF EJS Templates
tests: accept alternative privileged port allocation failure...
tests: accept alternative privileged port allocation failure This registers an additional failure message on failed privileged port allocation, equally funcionally valid but previously not handled and causing the test to fail when run in the NixOS sandbox. Differential Revision: https://phab.mercurial-scm.org/D11741

File last commit:

r48733:0c92cd92 default
r49135:6f435697 stable
Show More
narrow-library.sh
8 lines | 125 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]
Matt Harbison
tests: ensure `$PYTHON` is quoted for Windows...
r47858 ssh="$PYTHON" "$RUNTESTDIR/dummyssh"
Augie Fackler
narrow: import experimental extension from narrowhg revision cb51d673e9c5...
r36096 [experimental]
changegroup3 = True
EOF