Browse Source

Edited rpc-tests to run python script not shell script.

0.10
mrbandrews 10 years ago
parent
commit
e4ef724493
  1. 2
      qa/pull-tester/rpc-tests.sh

2
qa/pull-tester/rpc-tests.sh

@ -16,7 +16,7 @@ fi @@ -16,7 +16,7 @@ fi
#Run the tests
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then
${BUILDDIR}/qa/rpc-tests/wallet.sh "${BUILDDIR}/src"
${BUILDDIR}/qa/rpc-tests/wallet.py --srcdir "${BUILDDIR}/src"
${BUILDDIR}/qa/rpc-tests/listtransactions.py --srcdir "${BUILDDIR}/src"
#${BUILDDIR}/qa/rpc-tests/forknotify.py --srcdir "${BUILDDIR}/src"
else

Loading…
Cancel
Save