Commit 24b5f017 authored by Peter Varga's avatar Peter Varga
Browse files

Fix enabling testsupport API when private_tests config is set


Change-Id: Ia58fa1bcb1151c0db061df8cbc8f1bf6dc379805
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 1 addition and 1 deletion
......@@ -449,7 +449,7 @@
},
"testsupport": {
"label": "Test Support",
"autoDetect": "config.private_tests || call.isTestsInBuildParts",
"autoDetect": "features.private_tests || call.isTestsInBuildParts",
"output": [ "privateFeature" ]
},
"webrtc": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment