Skip to content

Commit d00a69b

Browse files
authored
Merge pull request #167 from modocache/xcodebuild-grep
[build_script] Remove grep since it always passes
2 parents 12bc56f + b027c13 commit d00a69b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_script.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ def test(args):
109109
"-configuration {style_options} "
110110
"SWIFT_EXEC=\"{swiftc}\" "
111111
"SWIFT_LINK_OBJC_RUNTIME=YES "
112-
"SYMROOT=\"{build_dir}\" OBJROOT=\"{build_dir}\" "
113-
"| grep -v \" export\"".format(
112+
"SYMROOT=\"{build_dir}\" OBJROOT=\"{build_dir}\" ".format(
114113
swiftc=swiftc,
115114
build_dir=build_dir,
116115
style_options=style_options,

0 commit comments

Comments
 (0)