bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
512 stars 269 forks source link

Fix make var tests in ios_xctestrun_runner_unit_test #2483

Closed andre-alves closed 4 months ago

andre-alves commented 4 months ago

ios_xctestrun_runner_unit_test is failing with:

Test Case '-[MakeVarUnitTest testMakeVar]' started.
/ios/make_var_unit_test.m:12: error: -[MakeVarUnitTest testMakeVar] : (([NSProcessInfo processInfo].environment[@"MY_MAKE_VAR"]) equal to (@"")) failed: ("(null)") is not equal to ("") - should pass
Test Case '-[MakeVarUnitTest testMakeVar]' failed (0.006 seconds).