Unset testrunner for bic tests
Task-number: QTBUG-100698 Pick-to: 6.2 6.3 Change-Id: I2d0c6947c8bab29dc6af0a5d505da5a6439b8c36 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>bb10
parent
76a1c060ac
commit
04fc4300a5
|
|
@ -64,6 +64,10 @@ instructions:
|
|||
|
||||
- type: Group
|
||||
instructions:
|
||||
# Qttestrunner does not work with bic tests.
|
||||
- type: EnvironmentVariable
|
||||
variableName: TESTRUNNER
|
||||
variableValue: ""
|
||||
- type: EnvironmentVariable
|
||||
variableName: QT_MODULE_TO_TEST
|
||||
variableValue: "{{.SourceDir}}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue