diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-22 03:51:28 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-22 03:51:28 +0800 |
commit | e50f8d532a3be5f7c2d940c32c1e1de34a1f1794 (patch) | |
tree | 186442c0b73884b61cebb88cbcbf3446ba7565b2 /test/externalTests.sh | |
parent | ae43330b62742c5ac799018d1793b5bb0943ee8a (diff) | |
download | dexon-solidity-e50f8d532a3be5f7c2d940c32c1e1de34a1f1794.tar.gz dexon-solidity-e50f8d532a3be5f7c2d940c32c1e1de34a1f1794.tar.zst dexon-solidity-e50f8d532a3be5f7c2d940c32c1e1de34a1f1794.zip |
Disable gnosis tests temporarily
Diffstat (limited to 'test/externalTests.sh')
-rwxr-xr-x | test/externalTests.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/externalTests.sh b/test/externalTests.sh index 3599e069..3125f92f 100755 --- a/test/externalTests.sh +++ b/test/externalTests.sh @@ -68,4 +68,6 @@ function test_truffle # Using our temporary fork here. Hopefully to be merged into upstream after the 0.5.0 release. test_truffle Zeppelin https://github.com/axic/openzeppelin-solidity.git solidity-050 -test_truffle Gnosis https://github.com/axic/pm-contracts.git solidity-050 + +# Disabled temporarily as it needs to be updated to latest Truffle first. +#test_truffle Gnosis https://github.com/axic/pm-contracts.git solidity-050 |