VirtualBox

Changeset 1422 in kBuild


Ignore:
Timestamp:
Mar 19, 2008 6:03:39 PM (17 years ago)
Author:
bird
Message:

More on the ticket #30 testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/Makefile.kmk

    r1419 r1422  
    441441test_30_continued_on_failure:
    442442        $(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."; \
    445446                exit 1; \
     447        else \
     448                echo "$@: SUCCESS"; \
    446449        fi
    447450
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette