diff options
author | gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3> | 2012-11-16 21:00:16 +0000 |
---|---|---|
committer | gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3> | 2012-11-16 21:00:16 +0000 |
commit | 918b8e1664df7b2e0d98daaa3259745bb872c1e5 (patch) | |
tree | a9a3ba01edf9f109edb268993224990fb3e7be86 /UnitTesting | |
parent | 1df69f4f4b65041b778e6e2aeb0b738d60dea03b (diff) |
[Author: altse]
Fix typo with GTM_USE_TEST_AFTER_BUILD in comments.
R=thomasvl
APPROVED=thomasvl
DELTA=1 (0 added, 0 deleted, 1 changed)
Diffstat (limited to 'UnitTesting')
-rwxr-xr-x | UnitTesting/RuniOSUnitTestsUnderSimulator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTesting/RuniOSUnitTestsUnderSimulator.sh b/UnitTesting/RuniOSUnitTestsUnderSimulator.sh index 559af62..471b64f 100755 --- a/UnitTesting/RuniOSUnitTestsUnderSimulator.sh +++ b/UnitTesting/RuniOSUnitTestsUnderSimulator.sh @@ -62,7 +62,7 @@ GTM_SIMULATOR_START_TIMEOUT=${GTM_SIMULATOR_START_TIMEOUT:=60} # GTM_REMOVE_GCOV_DATA=${GTM_REMOVE_GCOV_DATA:=0} -# GTM_TEST_AFTER_BUILD +# GTM_USE_TEST_AFTER_BUILD # When set to 1, tests are run only when TEST_AFTER_BUILD is set to "YES". # This can be used to have tests run as an after build step when running # from the command line, but not when running from within XCode. |