Skip to content

Commit c998a02

Browse files
committed
Add workspace flag print statement
1 parent cf5fae7 commit c998a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/xcresult_logs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def main():
5050
# otherwise, deduce
5151
xcresult_path = flags.get('-resultBundlePath')
5252
if xcresult_path is None:
53+
print(f"Workspace Flag: {flags['-workspace']}")
5354
project = project_from_workspace_path(flags['-workspace'])
5455
scheme = flags['-scheme']
5556
xcresult_path = find_xcresult_path(project, scheme)

0 commit comments

Comments
 (0)