##// END OF EJS Templates
run-tests.py must print changed test output no matter what exit code is.
run-tests.py must print changed test output no matter what exit code is.

File last commit:

r1473:7d66ce98 default
r2213:6f76a479 default
Show More
test-hgrc
7 lines | 106 B | text/plain | TextLexer
Benoit Boissinot
make readconfig take a filename instead of a file pointer as argument...
r1473 #!/bin/sh
mkdir t
cd t
hg init
echo "invalid" > .hg/hgrc
hg status 2>&1 |sed -e "s:/.*\(/t/.*\):...\1:"