Consolidate adapter interface
This commit is contained in:
13
run_tests.sh
Normal file
13
run_tests.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
set +e
|
||||
set +x
|
||||
export PYTHONPATH=.
|
||||
for f in `ls tests/*.py`; do
|
||||
python $f
|
||||
if [ $? -gt 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
set -x
|
||||
set -e
|
||||
Reference in New Issue
Block a user