comparison: build/pymake/tests/keep-going-parallel.mk
build/pymake/tests/keep-going-parallel.mk
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
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 |