From ce512e4ede1fe6bafcf1c0bb2ef8e75eaa50fff2 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Tue, 22 Sep 2020 17:18:07 +0200 Subject: [PATCH] ci: allow passing additional parameters to `run-experimental-x64-ci`; This makes it possible to run a subset of the tests with e.g. `./ci/run-experimental-x64-ci.sh -- wast::Cranelift::spec`. --- ci/run-experimental-x64-ci.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/run-experimental-x64-ci.sh b/ci/run-experimental-x64-ci.sh index 2773eee2d8..0997084c8c 100755 --- a/ci/run-experimental-x64-ci.sh +++ b/ci/run-experimental-x64-ci.sh @@ -14,4 +14,5 @@ cargo +nightly \ --exclude peepmatic-runtime \ --exclude peepmatic-test \ --exclude peepmatic-souper \ - --exclude lightbeam + --exclude lightbeam \ + $@