Skip to content

Commit b33e6be

Browse files
committed
More fixes for latest PR review comments
1 parent da94682 commit b33e6be

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

client/integration-tests/primitives/tools/codeql_query_run/evaluator_logging_with_tuple_counting/test-config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

client/src/lib/integration-test-runner.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@ export class IntegrationTestRunner {
463463
// Copy before files to temp directory
464464
copyDirectory(beforeDir, tempDir);
465465

466+
// Resolve {{tmpdir}} placeholders in arguments
467+
resolvePathPlaceholders(testConfig.arguments, this.logger);
468+
466469
// Run the tool with custom arguments
467470
const result = await this.client.callTool({
468471
name: toolName,

0 commit comments

Comments
 (0)