Skip to content

geko [patch] feat: geko test. Added a more clear error description if the test t… - #108

Open
dmnre wants to merge 1 commit into
mainfrom
test-command-run-additional-info-if-test-target-not-found
Open

geko [patch] feat: geko test. Added a more clear error description if the test t…#108
dmnre wants to merge 1 commit into
mainfrom
test-command-run-additional-info-if-test-target-not-found

Conversation

@dmnre

@dmnre dmnre commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

geko build:

  • Deprecated: --generate, --derived-data-path, --generate-only
  • Added warnings when using deprecated command arguments
  • Arguments to xcodebuild can now be passed after the terminator --. (geko test -- -derivedDataPath somepath)
  • Added check for list of arguments that cannot be passed after the terminator -- (notAllowedPassthroughXcodeBuildArguments).

geko test:

  • Deprecated: --generate, --derived-data-path, --generate-only, --retry-count
  • Added warnings when using deprecated command arguments
  • Arguments to xcodebuild can now be passed after the terminator --. (geko test -- -derivedDataPath somepath)
  • Added check for list of arguments that cannot be passed after the terminator -- (notAllowedPassthroughXcodeBuildArguments).
  • Added a more clear description of the error when running a test target that was not in focus during project generation (geko generate --cache).
  • Added arguments --without-building and --build-only.
  • Fixed duplicate passing of the destination argument if this argument was also passed after the terminator --.
  • Fix for issue where builds were not run when building for testing but not specifying a test plan. (BuildGraphInspector.swift)
  • Fix if no test targets are specified in the scheme, but test plans are specified. (BuildGraphInspector.swift)

@dmnre
dmnre force-pushed the test-command-run-additional-info-if-test-target-not-found branch 3 times, most recently from a310406 to 55c53d0 Compare August 5, 2026 17:02
@dmnre
dmnre force-pushed the test-command-run-additional-info-if-test-target-not-found branch from 55c53d0 to 3ed92e4 Compare August 6, 2026 09:55
@dmnre
dmnre marked this pull request as ready for review August 6, 2026 12:51
@dmnre
dmnre requested a review from a team August 6, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant