aboutsummaryrefslogtreecommitdiffstats
path: root/test/solcjsTests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/solcjsTests.sh')
-rwxr-xr-xtest/solcjsTests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/solcjsTests.sh b/test/solcjsTests.sh
index e0bbc5df..b9224862 100755
--- a/test/solcjsTests.sh
+++ b/test/solcjsTests.sh
@@ -60,7 +60,7 @@ DIR=$(mktemp -d)
# Update version (needed for some tests)
echo "Updating package.json to version $VERSION"
- npm version --no-git-tag-version $VERSION
+ npm version --allow-same-version --no-git-tag-version $VERSION
echo "Running solc-js tests..."
npm run test