aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-08-21 07:07:51 -0700
committerPieter Wuille <[email protected]>2012-08-21 07:07:51 -0700
commit143acc7672a2b6c863af3ee8a023d640b7e9527a (patch)
treea220cc45484db03e80853cc4f3494045af62b7d0 /src/test/test_bitcoin.cpp
parentMerge pull request #1690 from gavinandresen/signrawtx_null (diff)
parentSuppress output when running unit tests. (diff)
downloaddiscoin-143acc7672a2b6c863af3ee8a023d640b7e9527a.tar.xz
discoin-143acc7672a2b6c863af3ee8a023d640b7e9527a.zip
Merge pull request #1687 from gavinandresen/quietunit
Suppress output when running unit tests.
Diffstat (limited to 'src/test/test_bitcoin.cpp')
-rw-r--r--src/test/test_bitcoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp
index cae0bb6ba..bcf090787 100644
--- a/src/test/test_bitcoin.cpp
+++ b/src/test/test_bitcoin.cpp
@@ -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);