diff options
| author | Alex Morcos <[email protected]> | 2016-12-04 15:44:41 -0500 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2016-12-04 15:44:41 -0500 |
| commit | 30b620c48aa53ebeb2108f1f511d889e34551ec0 (patch) | |
| tree | 8ca2393e6262cfaa1d04704644be3f33121533e1 /configure.ac | |
| parent | remove relaypriority from rpc tests (diff) | |
| download | discoin-30b620c48aa53ebeb2108f1f511d889e34551ec0.tar.xz discoin-30b620c48aa53ebeb2108f1f511d889e34551ec0.zip | |
remove obsolete run-bitcoind-for-test.sh
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7357e4ec9..ced258e02 100644 --- a/configure.ac +++ b/configure.ac @@ -1077,7 +1077,6 @@ AC_SUBST(ZMQ_LIBS) AC_SUBST(PROTOBUF_LIBS) AC_SUBST(QR_LIBS) AC_CONFIG_FILES([Makefile src/Makefile doc/man/Makefile share/setup.nsi share/qt/Info.plist src/test/buildenv.py]) -AC_CONFIG_FILES([qa/pull-tester/run-bitcoind-for-test.sh],[chmod +x qa/pull-tester/run-bitcoind-for-test.sh]) AC_CONFIG_FILES([qa/pull-tester/tests_config.py],[chmod +x qa/pull-tester/tests_config.py]) AC_CONFIG_FILES([contrib/devtools/split-debug.sh],[chmod +x contrib/devtools/split-debug.sh]) AC_CONFIG_LINKS([qa/pull-tester/rpc-tests.py:qa/pull-tester/rpc-tests.py]) |