From f0accf2cadc281eaa8b55c18c4c1df2c7404e3d6 Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Wed, 13 Jun 2018 13:15:43 +0200 Subject: [PATCH] scripts: init submodules for full test suite --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index 9bb527b70..9e273c749 100755 --- a/test.sh +++ b/test.sh @@ -56,4 +56,5 @@ cd parity-clib-example && \ # Running tests echo "________Running Parity Full Test Suite________" +git submodule update --init --recursive cargo test -j 8 $OPTIONS --features "$FEATURES" --all $1