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

This commit is contained in:
mrbandrews 2014-11-20 14:27:18 -05:00
parent 189fb526f1
commit e4ef724493
1 changed files with 1 additions and 1 deletions

View File

@ -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