SplitAfterVariableSubstitution is also needed for building tests

Just follow da7f40f7c2eb1a5928876de7b89abb55a2f8fdab.

Change-Id: Iac0e96a42fa97bc002e3f11b6a6317ddc6e4187b
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
This commit is contained in:
Liang Qi 2019-06-24 09:55:49 +02:00
parent ebbf4a1d96
commit cccc9fc59b

View File

@ -227,6 +227,7 @@ build_instructions:
directory: "{{.SourceDir}}/tests"
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake {{.Env.CONFIGURE_ARGS}} -DCMAKE_PREFIX_PATH:PATH={{.InstallDir}} {{.SourceDir}}/tests"
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 120
userMessageOnFailure: >