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-ownedEIP-173 interface and tools for chainlib-eth | |
git clone git://holbrook.no/eth-owned.git | |
Info | Log | Files | Refs |