hotfix/spec-runner path location

This commit is contained in:
AndyMik90
2025-12-17 16:19:49 +01:00
parent 0da4bc4a84
commit f201f7e3a8
@@ -102,7 +102,7 @@ export class AgentManager extends EventEmitter {
return;
}
const specRunnerPath = path.join(autoBuildSource, 'spec_runner.py');
const specRunnerPath = path.join(autoBuildSource, 'runners', 'spec_runner.py');
if (!existsSync(specRunnerPath)) {
this.emit('error', taskId, `Spec runner not found at: ${specRunnerPath}`);