Created
August 17, 2018 14:29
-
-
Save funky-monkey/65df1a32295af10896431db9f88cd880 to your computer and use it in GitHub Desktop.
xcrun xctest output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Usage: xctest [-XCTest All | <TestCaseClassName/testMethodName>] <path of unit to be tested> | |
Failure: No argument specifying test bundle path. | |
Displaying process arguments and environment for debugging purposes: | |
Arguments: ( | |
"/Applications/Xcode.app/Contents/Developer/usr/bin/xctest" | |
) | |
Environment: { | |
"Apple_PubSub_Socket_Render" = "/private/tmp/com.apple.launchd.nEcxXCLuxx/Render"; | |
CPATH = "/usr/local/include"; | |
LANG = "en_GB.UTF-8"; | |
"LC_CTYPE" = "en_GB.UTF-8"; | |
LESS = "-R"; | |
"LIBRARY_PATH" = "/usr/local/lib"; | |
LSCOLORS = Gxfxcxdxbxegedabagacad; | |
PAGER = less; | |
PATH = "/usr/local/opt/[email protected]/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/qt/bin:/usr/local/opt/libxml2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"; | |
SDKROOT = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk"; | |
SHLVL = 1; | |
"SSH_AUTH_SOCK" = "/private/tmp/com.apple.launchd.mwhS7wZfQr/Listeners"; | |
TERM = "xterm-256color"; | |
"TERM_PROGRAM" = "Apple_Terminal"; | |
"TERM_PROGRAM_VERSION" = 404; | |
TMPDIR = "/var/folders/d8/q0m4_y_51cnf_p9z34qqf32c0000gn/T/"; | |
"XPC_FLAGS" = 0x0; | |
"XPC_SERVICE_NAME" = 0; | |
"_" = "/usr/bin/xcrun"; | |
"__CF_USER_TEXT_ENCODING" = "0x1F5:0:0"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment