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