Include debug flag when building test build.
This commit is contained in:
parent
66af5935b7
commit
e3d041b594
@ -1,2 +1,2 @@
|
|||||||
./configure --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --prefix=
|
./configure --enable_debug --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --prefix=
|
||||||
|
|
||||||
|
|||||||
@ -1,15 +0,0 @@
|
|||||||
'use strict';
|
|
||||||
|
|
||||||
process.title = 'bitcoind.js';
|
|
||||||
|
|
||||||
var daemon = require('../').daemon({
|
|
||||||
directory: process.env.BITCOINDJS_DIR || '~/.bitcoin'
|
|
||||||
});
|
|
||||||
|
|
||||||
daemon.on('error', function(err) {
|
|
||||||
daemon.log('error="%s"', err.message);
|
|
||||||
});
|
|
||||||
|
|
||||||
daemon.on('open', function(status) {
|
|
||||||
daemon.log('status="%s"', status);
|
|
||||||
});
|
|
||||||
Loading…
Reference in New Issue
Block a user