From dfc6fa13e4a959f782f8d773774af8fc11917ad1 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 13 Jan 2018 09:25:25 -0800 Subject: [PATCH] Forward CLI arguments to Cargo in testing script. --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index d4473a34..5620e712 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -83,4 +83,4 @@ echo ":: Bootstrapping examples..." bootstrap_examples echo ":: Building and testing libraries..." -cargo test --all-features --all +cargo test --all-features --all $@