summaryrefslogtreecommitdiff
path: root/tests/aslts
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-09-15 16:43:46 -0700
committerErik Schmauss <erik.schmauss@intel.com>2017-09-15 16:43:46 -0700
commit9bebbe8d8a91e36c7a2cce6b37682fbfcd1e4c1f (patch)
tree550bc62311b3fb4b802881f99234e8fe1dc9f590 /tests/aslts
parentbadfdbf54c74cf0b5491cb4299e58d0bca5df7a6 (diff)
downloadacpica-9bebbe8d8a91e36c7a2cce6b37682fbfcd1e4c1f.tar.gz
Makefile: continue compiling other test cases after failure
This change continues compilation of ASLTS test cases even if one of the test cases fail. This is helpful when deliberate compilation changes are made to iASL. When these compiler changes occur, it is helpful for the test suite to run all the way to completion. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests/aslts')
-rw-r--r--tests/aslts/Makefile.def8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/aslts/Makefile.def b/tests/aslts/Makefile.def
index 778f90eda..294b1da7a 100644
--- a/tests/aslts/Makefile.def
+++ b/tests/aslts/Makefile.def
@@ -109,11 +109,10 @@ install_all_modes_of_test_case: $(TOP)/tmp/aml/$(ASLTS_VER)/$(ASLTS_AMLDIR)
rm $$j.nsp; \
rm $$j.offset.h; \
rm $$j.src; \
- >&2 printf " => Done"; \
+ >&2 printf " => Done "; \
if [ $$ret != 0 ]; then \
rval=1; \
>&2 echo "**** Unexpected iASL failure in $$dd/$$j.asl!"; \
- exit 1; \
fi; \
done; \
>&2 echo ""; \
@@ -127,9 +126,8 @@ install_all_modes_of_test_case: $(TOP)/tmp/aml/$(ASLTS_VER)/$(ASLTS_AMLDIR)
done; \
else \
echo "Bad iASL 0: <$(ASL)> does not exist"; \
- rval=1; \
- fi; \
- if [ $$rval != 0 ]; then exit 1; fi
+ exit 1; \
+ fi;
# Make-install one particular Test Case for all modes.