blob: fa5b31df812f9b7ea468180add05bbfc81f56fe8 [file] [log] [blame]
#T commandline: ['-k']
#T returncode: 2
#T grep-for: "TEST-PASS"
all:: t1
@echo TEST-FAIL "(t1)"
all:: t2
@echo TEST-PASS
t1:
@false
t2:
touch $@