Move store tests to separate dir, run last

lash/shep
lash 11 months ago
parent d27bcaa9f5
commit 4bda7522ab
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746

@ -8,5 +8,12 @@ for f in `ls tests/*.py`; do
exit
fi
done
for f in `ls tests/store/*.py`; do
python $f
if [ $? -gt 0 ]; then
exit
fi
done
set +x
set +e

Loading…
Cancel
Save