mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Diagnostics to try to track down the mining issues.
This commit is contained in:
parent
e48fd2ef7e
commit
a48c84a0e1
@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE(basic_test)
|
|||||||
|
|
||||||
testPath += "/PoWTests";
|
testPath += "/PoWTests";
|
||||||
|
|
||||||
cnote << "Testing Secure Trie...";
|
cnote << "Testing Proof of Work...";
|
||||||
js::mValue v;
|
js::mValue v;
|
||||||
string s = asString(contents(testPath + "/ethash_tests.json"));
|
string s = asString(contents(testPath + "/ethash_tests.json"));
|
||||||
BOOST_REQUIRE_MESSAGE(s.length() > 0, "Contents of 'ethash_tests.json' is empty. Have you cloned the 'tests' repo branch develop?");
|
BOOST_REQUIRE_MESSAGE(s.length() > 0, "Contents of 'ethash_tests.json' is empty. Have you cloned the 'tests' repo branch develop?");
|
||||||
|
Loading…
Reference in New Issue
Block a user