mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-25 15:41:05 +00:00
Do not report errors if QMTest returns a non-zero value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9404 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
653de272c2
commit
49207925b3
@ -42,10 +42,10 @@ QMTEST= QMTEST_CLASS_PATH=$(QMCLASSES) qmtest $(QMDB)
|
||||
# Execute the tests
|
||||
#
|
||||
qmtest:: $(LLVM_OBJ_ROOT)/test/tmp register
|
||||
$(QMTEST) run -O $(LLVM_SRC_ROOT)/test/QMTest/expectations.qmr $(CONTEXT)
|
||||
-$(QMTEST) run -O $(LLVM_SRC_ROOT)/test/QMTest/expectations.qmr $(CONTEXT)
|
||||
|
||||
%.t:: $(LLVM_OBJ_ROOT)/test/tmp register
|
||||
$(QMTEST) run -O $(LLVM_SRC_ROOT)/test/QMTest/expectations.qmr $(CONTEXT) $*
|
||||
-$(QMTEST) run -O $(LLVM_SRC_ROOT)/test/QMTest/expectations.qmr $(CONTEXT) $*
|
||||
|
||||
#
|
||||
# Create the temporary directory used by the test suite.
|
||||
|
Loading…
x
Reference in New Issue
Block a user