Merge pull request #1687 from gavinandresen/quietunit
Suppress output when running unit tests.
This commit is contained in:
@@ -13,7 +13,7 @@ extern void noui_connect();
|
||||
|
||||
struct TestingSetup {
|
||||
TestingSetup() {
|
||||
fPrintToConsole = true; // don't want to write to debug.log file
|
||||
fPrintToDebugger = true; // don't want to write to debug.log file
|
||||
noui_connect();
|
||||
bitdb.MakeMock();
|
||||
LoadBlockIndex(true);
|
||||
|
||||
Reference in New Issue
Block a user