From 2084208dd3b304b14c9b4e180ea4c35fde324430 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 12 Jun 2018 17:44:27 +0100 Subject: [PATCH] Ensure to always use 0.5.0 mode in solcjs tests --- test/solcjsTests.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/solcjsTests.sh b/test/solcjsTests.sh index 27797cb45..e0bbc5dfc 100755 --- a/test/solcjsTests.sh +++ b/test/solcjsTests.sh @@ -53,6 +53,11 @@ DIR=$(mktemp -d) rm -f soljson.js cp "$SOLJSON" soljson.js + # ensure to use always 0.5.0 sources + # FIXME: should be removed once the version bump in this repo is done + rm -rf test/DAO040 + cp -R test/DAO test/DAO040 + # Update version (needed for some tests) echo "Updating package.json to version $VERSION" npm version --no-git-tag-version $VERSION