CodeBench: go build output ei vuoda terminaaliin (stdio: pipe)
This commit is contained in:
@@ -425,7 +425,7 @@ async function runPipeline(model, scenario, round = 1) {
|
||||
try {
|
||||
execSync(
|
||||
`docker run --rm --entrypoint sh -v "${dir}:/src:ro" ${LCONF.dockerImage} -c "cp -r /src/* . && go mod tidy 2>&1 && go build ./... 2>&1"`,
|
||||
{ timeout: 60000, encoding: 'utf-8' }
|
||||
{ timeout: 60000, encoding: 'utf-8', stdio: 'pipe' }
|
||||
);
|
||||
console.log(` [3/5] ✓ kääntyy`);
|
||||
break; // OK — seuraava tiedosto
|
||||
|
||||
Reference in New Issue
Block a user