summaryrefslogtreecommitdiff
path: root/test_plugin/tests/integration_tests.rs
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-08 14:59:53 -0500
committerGitHub <noreply@github.com>2020-01-08 14:59:53 -0500
commit2d5457df15d8c4a81362bb2d185b5c6013faa1d8 (patch)
treeec851e15cb57c494f839de28abdb5a787487f8a5 /test_plugin/tests/integration_tests.rs
parent7d2d442a77343a3c4ab6c638bd817e51c6cadd2e (diff)
feat(flags): script arguments come after '--' (#3621)
Diffstat (limited to 'test_plugin/tests/integration_tests.rs')
-rw-r--r--test_plugin/tests/integration_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_plugin/tests/integration_tests.rs b/test_plugin/tests/integration_tests.rs
index cb76ef3ef..58aaccd84 100644
--- a/test_plugin/tests/integration_tests.rs
+++ b/test_plugin/tests/integration_tests.rs
@@ -26,6 +26,7 @@ fn basic() {
let output = deno_cmd()
.arg("--allow-plugin")
.arg("tests/test.js")
+ .arg("--")
.arg(BUILD_VARIANT)
.output()
.unwrap();