Skip to content

Commit

Permalink
fix(swift): script not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 committed Aug 5, 2024
1 parent 9b9b070 commit 8e768b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/cts/runCts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async function runCtsOne(language: Language, suites: Record<CTSType, boolean>):
break;
case 'swift':
await run(
`swift test -Xswiftc -suppress-warnings --parallel ${filter((f) => `--filter ${f}.*`)}`,
`swift test -Xswiftc -suppress-warnings --parallel ${filter((f) => `--filter "${f}.*"`)}`,
{
cwd,
language,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
- transformations
summary: Retrieve existing LLM transformation helpers
description: Retrieves a list of existing LLM transformation helpers.
operationId: listCopilots
operationId: listTransformationModels
x-acl:
- addObject
- deleteIndex
Expand All @@ -14,9 +14,9 @@ get:
content:
application/json:
schema:
title: listTransformationModels
title: transformationModels
type: object
description: List of available copilot LLM for transformation purposes.
description: List of available AI models for transformation purposes.
additionalProperties: false
properties:
llms:
Expand Down

0 comments on commit 8e768b7

Please sign in to comment.