##// END OF EJS Templates
Fixed tests....
Thomas Arendsen Hein -
r695:085a8145 default
parent child Browse files
Show More
@@ -17,8 +17,9 b' signal.signal(signal.SIGTERM, lambda x: '
17 run()
17 run()
18 EOF
18 EOF
19
19
20 set +x # backgrounding sometimes disturbs the order of command tracing
20 python dumb.py 2>/dev/null &
21 python dumb.py 2>/dev/null &
21 sleep 2
22 set -x
22
23
23 hg clone http://localhost:20059/foo copy2
24 hg clone http://localhost:20059/foo copy2
24 echo $?
25 echo $?
@@ -6,8 +6,7 b' 255'
6 + ls copy
6 + ls copy
7 ls: copy: No such file or directory
7 ls: copy: No such file or directory
8 + cat
8 + cat
9 + python dumb.py
9 + set +x
10 + sleep 2
11 + hg clone http://localhost:20059/foo copy2
10 + hg clone http://localhost:20059/foo copy2
12 requesting all changes
11 requesting all changes
13 abort: HTTP Error 404: File not found
12 abort: HTTP Error 404: File not found
@@ -27,7 +27,6 b' summary: 1'
27
27
28
28
29 + hg log a
29 + hg log a
30 revision: 0:b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3
31 changeset: 0:c19d34741b0a4ced8e4ba74bb834597d5193851e
30 changeset: 0:c19d34741b0a4ced8e4ba74bb834597d5193851e
32 user: test
31 user: test
33 date: Thu Jan 1 00:00:00 1970
32 date: Thu Jan 1 00:00:00 1970
General Comments 0
You need to be logged in to leave comments. Login now