diff --git a/qa/zcash/full_test_suite.py b/qa/zcash/full_test_suite.py index 461fec5cd..173e07f09 100755 --- a/qa/zcash/full_test_suite.py +++ b/qa/zcash/full_test_suite.py @@ -182,7 +182,7 @@ STAGE_COMMANDS = { 'util-test': util_test, 'secp256k1': ['make', '-C', repofile('src/secp256k1'), 'check'], 'univalue': ['make', '-C', repofile('src/univalue'), 'check'], - 'rpc': [repofile('qa/pull-tester/rpc-tests.sh')], + 'rpc': [repofile('qa/pull-tester/rpc-tests.py')], }