aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.cpp
diff options
context:
space:
mode:
authorPaweł Bylica <pawel.bylica@imapp.pl>2015-03-13 20:10:38 +0800
committerPaweł Bylica <chfast@gmail.com>2015-03-14 07:18:52 +0800
commit3782a33e5004df06714648b5462d3d1960ed9de0 (patch)
treef49ff35f1f8150355f4326ff42562e84257016f1 /TestHelper.cpp
parent31db4fbde86ede91b3af9336d7632e4c700960d6 (diff)
downloaddexon-solidity-3782a33e5004df06714648b5462d3d1960ed9de0.tar.gz
dexon-solidity-3782a33e5004df06714648b5462d3d1960ed9de0.tar.zst
dexon-solidity-3782a33e5004df06714648b5462d3d1960ed9de0.zip
Prettify VM and State test outputs
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r--TestHelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp
index 72fecf59..128318b8 100644
--- a/TestHelper.cpp
+++ b/TestHelper.cpp
@@ -473,7 +473,7 @@ void executeTests(const string& _name, const string& _testPathAppendix, std::fun
try
{
- cnote << "Testing ..." << _name;
+ std::cout << "TEST " << _name << ":\n";
json_spirit::mValue v;
string s = asString(dev::contents(testPath + "/" + _name + ".json"));
BOOST_REQUIRE_MESSAGE(s.length() > 0, "Contents of " + testPath + "/" + _name + ".json is empty. Have you cloned the 'tests' repo branch develop and set ETHEREUM_TEST_PATH to its path?");