keep-going-parallel.mk 141 B

123456789101112
  1. #T commandline: ['-k', '-j2']
  2. #T returncode: 2
  3. #T grep-for: "TEST-PASS"
  4. all: t1 slow1 slow2 slow3 t2
  5. t2:
  6. @echo TEST-PASS
  7. slow%:
  8. sleep 1