aboutsummaryrefslogtreecommitdiffstats
path: root/test/solcjsTests.sh
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-09-12 20:35:41 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-12-11 11:47:05 +0800
commit6d82ad13386493b80f303eb7dcda07095a62e1e8 (patch)
tree3d8120924b26f5a9bbcceaea1adeefc87d7a201c /test/solcjsTests.sh
parentbaaefb4b422fb22a89af08b79e6595e7859d2323 (diff)
downloaddexon-solidity-6d82ad13386493b80f303eb7dcda07095a62e1e8.tar.gz
dexon-solidity-6d82ad13386493b80f303eb7dcda07095a62e1e8.tar.zst
dexon-solidity-6d82ad13386493b80f303eb7dcda07095a62e1e8.zip
Test updates for recent versions of aleth.
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