aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrbandrews <[email protected]>2014-11-20 14:27:18 -0500
committermrbandrews <[email protected]>2014-11-20 15:36:34 -0500
commite4ef72449349a011110b23e5e26ce2c083801fb0 (patch)
treeb6385c83cbf344f42ac7b98ad989f03de52fcdb0
parentPort of wallet.sh to python (wallet.py). (diff)
downloaddiscoin-e4ef72449349a011110b23e5e26ce2c083801fb0.tar.xz
discoin-e4ef72449349a011110b23e5e26ce2c083801fb0.zip
Edited rpc-tests to run python script not shell script.
-rwxr-xr-xqa/pull-tester/rpc-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index 0b5ad2064..7da7404ad 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -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