run_tests.sh (118B)
1 #!/bin/bash 2 3 set -e 4 set -x 5 export PYTHONPATH=$PYTHONPATH:. 6 for f in `ls tests/*.py`; do 7 python $f 8 done 9 set +x 10 set +e
chainlibGeneric blockchain access library and tooling | |
Info | Log | Files | Refs | README | LICENSE |