summaryrefslogtreecommitdiff
path: root/tests/run.sh
blob: 5daf098cc870638c4c1e33297f09cb4804fa35a8 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
rm -f test.db blobs.db
python test.py
python blobs.py
python flags.py
echo "[+] tests ok, no smoke."