Skip to content

Commit b5e3542

Browse files
committed
Update
1 parent 594a7c0 commit b5e3542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ CMD ../binary-linux-20 \${ARGS}
110110
}
111111

112112
//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`;
113+
let runCommand = `docker run --rm --mount type=bind,source=$PWD,target=/matchstick -e ARGS="${datasource || ''}${coverage ? '-c' : ''}" matchstick`;
114114

115115
exec(runCommand, (error, stdout, stderr) => {
116116
print.info('Running Matchstick image...');

0 commit comments

Comments
 (0)