Changeset 1422 in kBuild
- Timestamp:
- Mar 19, 2008 6:03:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/Makefile.kmk
r1419 r1422 441 441 test_30_continued_on_failure: 442 442 $(MAKE) -f $(MAKEFILE) test_30_continued_on_failure_worker; \ 443 if test $$? -ne 1; then \ 444 echo "$@: FAILED - exit code $$? instead of 1."; \ 443 RC=$$?; \ 444 if test $${RC} -ne 2; then \ 445 echo "$@: FAILED - exit code $${RC} instead of 2."; \ 445 446 exit 1; \ 447 else \ 448 echo "$@: SUCCESS"; \ 446 449 fi 447 450
Note:
See TracChangeset
for help on using the changeset viewer.