Skip to content

Commit 1deb360

Browse files
committed
Update
1 parent cc6e76b commit 1deb360

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ CMD ../binary-linux-20 \${ARGS}
109109
print.info(`stderr: ${stderr}`)
110110
}
111111

112-
let runCommand = `docker run -e ARGS="${datasource || ""}${coverage ? "-c" : ""}" --rm matchstick`;
112+
// TODO: try flags
113+
let runCommand = `docker run --rm matchstick`;
113114

114115
console.log("runCommand output");
115116
console.log(runCommand);

0 commit comments

Comments
 (0)