# HG changeset patch # User Thomas Arendsen Hein # Date 1120199486 -3600 # Node ID 721bfca3a9dc4e486c71295e326759f94847dbcd # Parent 3d4d5f2aba9a378683b54570614968d4749a9638 Work-around failing tests/test-bad-pull with slow bg process. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Work-around failing tests/test-bad-pull with slow bg process. Without the 'sleep 2' python dumb.py often appeared after hg clone. manifest hash: b32381ac46a7691f2a92595b650b2406853644c2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCxOM+W7P1GVgWeRoRAjgTAJ9OqrikdK043Eiyyx9dG8DR1XZ7tgCggdmM AVYvAZO3P+WlaWDu3MaxEXY= =0XN5 -----END PGP SIGNATURE----- diff -r 3d4d5f2aba9a -r 721bfca3a9dc tests/test-bad-pull --- a/tests/test-bad-pull Fri Jul 01 07:22:27 2005 +0100 +++ b/tests/test-bad-pull Fri Jul 01 07:31:26 2005 +0100 @@ -18,6 +18,7 @@ EOF python dumb.py 2>/dev/null & +sleep 2 hg clone http://localhost:20059/foo copy2 echo $? diff -r 3d4d5f2aba9a -r 721bfca3a9dc tests/test-bad-pull.out --- a/tests/test-bad-pull.out Fri Jul 01 07:22:27 2005 +0100 +++ b/tests/test-bad-pull.out Fri Jul 01 07:31:26 2005 +0100 @@ -7,7 +7,9 @@ + echo 255 255 + ls copy +ls: copy: No such file or directory + cat ++ sleep 2 + python dumb.py + hg clone http://localhost:20059/foo copy2 requesting all changes