comparison: build/pymake/tests/parallel-dep-resolution.mk
build/pymake/tests/parallel-dep-resolution.mk
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 #T commandline: ['-j3'] |
|
2 #T returncode: 2 |
|
3 |
|
4 all: t1 t2 |
|
5 |
|
6 t1: |
|
7 sleep 1 |
|
8 touch t1 t2 |