Fix IS_RUNNING_UNIT_TESTS not being set in the right place
This commit is contained in:
committed by
Stefan Ceriu
parent
b391d7f698
commit
b6ad7ba4f9
@@ -10,6 +10,12 @@
|
||||
],
|
||||
"defaultOptions" : {
|
||||
"defaultTestExecutionTimeAllowance" : 60,
|
||||
"environmentVariableEntries" : [
|
||||
{
|
||||
"key" : "IS_RUNNING_UNIT_TESTS",
|
||||
"value" : "1"
|
||||
}
|
||||
],
|
||||
"testTimeoutsEnabled" : true
|
||||
},
|
||||
"testTargets" : [
|
||||
|
||||
@@ -14,8 +14,6 @@ schemes:
|
||||
run:
|
||||
config: Debug
|
||||
disableMainThreadChecker: false
|
||||
environmentVariables:
|
||||
IS_RUNNING_UNIT_TESTS: "1"
|
||||
test:
|
||||
config: Debug
|
||||
disableMainThreadChecker: false
|
||||
|
||||
Reference in New Issue
Block a user