Searched full:xctool (Results 1 – 4 of 4) sorted by relevance
201 # Make sure xctool is up to date. Adapted from205 brew outdated xctool || brew upgrade xctool215 xctool -reporter plain -configuration Debug "$@"216 xctool -reporter plain -configuration Release "$@"221 # https://github.com/facebook/xctool/issues/509 - unlike xcodebuild, xctool
74 # xctool 0.2.8 seems to have a bug where it randomly kills tests saying76 # https://github.com/facebook/xctool/issues/619
63 xctool -workspace "$TEST_PATH/$WORKSPACE" -scheme "$SCHEME"66 xctool -workspace "$TEST_PATH/$WORKSPACE" -scheme "$SCHEME"
41 # TODO(jcanizales): Use xctool instead? Issue #2540.