- remove shell test script and add a python equivalent
Wallet tests (we need more!) must be available in case of a upcoming wallet file format change.
fix for #5609
Wallet tests (we need more!) must be available in case of a upcoming wallet file format change.
fix for #5609
- remove shell test script and add a python equivalent
41 | ${BUILDDIR}/qa/rpc-tests/${testScripts[$i]} --srcdir "${BUILDDIR}/src"
42 | fi
43 | done
44 | + if [ $found == 0 ]
45 | + then
46 | + echo -e "\033[1mTest not found\033[0m"
smuggled in: give simple output when selected test script was not available
Had to remove this because it had break travis.
Tested ACK