Revision: 587
Author: gtm.daemon
Date: Fri Nov 16 13:00:16 2012
Log: [Author: altse]
Fix typo with GTM_USE_TEST_AFTER_BUILD in comments.
R=thomasvl
APPROVED=thomasvl
DELTA=1 (0 added, 0 deleted, 1 changed)
http://code.google.com/p/google-toolbox-for-mac/source/detail?r=587
Modified:
/trunk/UnitTesting/RuniOSUnitTestsUnderSimulator.sh
=======================================
--- /trunk/UnitTesting/RuniOSUnitTestsUnderSimulator.sh Fri Aug 10 10:30:11
2012
+++ /trunk/UnitTesting/RuniOSUnitTestsUnderSimulator.sh Fri Nov 16 13:00:16
2012
@@ -62,7 +62,7 @@
#
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.