funga

Signer and keystore daemon and library for cryptocurrency software development
Log | Files | Refs | README | LICENSE

commit 67ba77c83f717c0579f0f98c6b3286cd63a91cd5
parent 299312eb2f8dc05c86fa6e43df23c33abc2314cf
Author: Daven Savoie <daps218@gmail.com>
Date:   Wed, 15 Sep 2021 15:52:33 +0000

Update run_tests.sh
Diffstat:
Mrun_tests.sh | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/run_tests.sh b/run_tests.sh @@ -2,7 +2,9 @@ set -e set -x -#export PYTHONPATH=${PYTHONPATH:.} +default_pythonpath=$PYTHONPATH:. +export PYTHONPATH=${default_pythonpath:-.} +>&2 echo using pythonpath $PYTHONPATH for f in `ls tests/*.py`; do python $f done