Index: testing/gtest_ios/run-unittest.sh |
diff --git a/testing/gtest_ios/run-unittest.sh b/testing/gtest_ios/run-unittest.sh |
index b1d28fca4e0bdb6557fa2dcfd53583a5c412f467..a19c18fce546f4e85c7fcbbb919a3aedd32c92dd 100755 |
--- a/testing/gtest_ios/run-unittest.sh |
+++ b/testing/gtest_ios/run-unittest.sh |
@@ -19,7 +19,7 @@ export -n SHELLOPTS |
readonly ScriptDir=$(dirname "$(echo ${0} | sed -e "s,^\([^/]\),$(pwd)/\1,")") |
readonly ScriptName=$(basename "${0}") |
readonly ThisScript="${ScriptDir}/${ScriptName}" |
-readonly SimExecutable="${BUILD_DIR}/${CONFIGURATION}/iossim" |
+readonly SimExecutable="${BUILD_DIR}/ninja-iossim/${CONFIGURATION}/iossim" |
TVL
2013/04/25 13:06:51
I guess there is no way to detect this? :(
|
# Helper to print a line formatted for Xcodes build output parser. |
XcodeNote() { |