We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594a7c0 commit b5e3542Copy full SHA for b5e3542
src/commands/test.js
@@ -110,7 +110,7 @@ CMD ../binary-linux-20 \${ARGS}
110
}
111
112
//docker run -it --rm --mount type=bind,source=$PWD,target=/matchstick -e ARGS="-c" matchstick
113
- let runCommand = `docker run -it --rm --mount type=bind,source=$PWD,target=/matchstick -e ARGS="${datasource || ''}${coverage ? '-c' : ''}" matchstick`;
+ let runCommand = `docker run --rm --mount type=bind,source=$PWD,target=/matchstick -e ARGS="${datasource || ''}${coverage ? '-c' : ''}" matchstick`;
114
115
exec(runCommand, (error, stdout, stderr) => {
116
print.info('Running Matchstick image...');
0 commit comments