tests/test-bad-pull
changeset 705 574869103985
parent 547 4fc63e22b1fe
parent 695 085a8145e151
child 800 ec85f9e6f3b1
child 808 8f5637f0a0c0
child 814 0902ffece4b4
--- a/tests/test-bad-pull
+++ b/tests/test-bad-pull
@@ -17,8 +17,9 @@ signal.signal(signal.SIGTERM, lambda x: 
 run()
 EOF
 
+set +x # backgrounding sometimes disturbs the order of command tracing
 python dumb.py 2>/dev/null &
-sleep 2
+set -x
 
 hg clone http://localhost:20059/foo copy2
 echo $?