run_tests.sh (198B)
1 #!/bin/bash 2 3 set -e 4 set -x 5 default_pythonpath=$PYTHONPATH:. 6 export PYTHONPATH=${default_pythonpath:-.} 7 for f in `ls tests/*.py`; do 8 python $f 9 if [ $? -gt 0 ]; then 10 exit 1 11 fi 12 done 13 set +x 14 set +e
eth-accounts-indexAccounts index evm contract tooling with permissioned writes | |
Info | Log | Files | Refs |