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