build/pymake/tests/keep-going-parallel.mk

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:5d71ea6a9cee
1 #T commandline: ['-k', '-j2']
2 #T returncode: 2
3 #T grep-for: "TEST-PASS"
4
5 all: t1 slow1 slow2 slow3 t2
6
7 t2:
8 @echo TEST-PASS
9
10 slow%:
11 sleep 1

mercurial