# HG changeset patch # User Benoit Boissinot # Date 1224704396 -7200 # Node ID a89aa37211141cb5a5f39120e0d3fecacaa8024a # Parent 2bee44628c41aef80778e25ad46072b841200520 tests: log and show errors diff -r 2bee44628c41 -r a89aa3721114 tests/test-http-clone-r --- a/tests/test-http-clone-r Wed Oct 22 19:28:37 2008 +0200 +++ b/tests/test-http-clone-r Wed Oct 22 21:39:56 2008 +0200 @@ -49,7 +49,7 @@ hg debugindex .hg/store/00manifest.i hg verify echo "# Starting server" -hg serve -p $HGPORT -d --pid-file=../hg1.pid +hg serve -p $HGPORT -E ../error.log -d --pid-file=../hg1.pid cd .. cat hg1.pid >> $DAEMON_PIDS @@ -76,3 +76,4 @@ hg pull http://localhost:$HGPORT/ 2>&1 | sed -e 's,:[0-9][0-9]*/,/,' hg verify cd .. +cat error.log