diff options
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/gtest_ios/run-unittest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gtest_ios/run-unittest.sh b/testing/gtest_ios/run-unittest.sh index b1d28fc..a19c18f 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" # Helper to print a line formatted for Xcodes build output parser. XcodeNote() { |