Move store tests to separate dir, run last
This commit is contained in:
parent
d27bcaa9f5
commit
4bda7522ab
@ -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…
Reference in New Issue
Block a user