Move store tests to separate dir, run last

This commit is contained in:
lash 2022-04-20 15:28:12 +00:00
parent d27bcaa9f5
commit 4bda7522ab
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 7 additions and 0 deletions

View File

@ -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