summaryrefslogtreecommitdiff
path: root/server/hooks/test
blob: b3251864e5108412d15d12aff46fd78fca28cfa2 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

docker run --rm \
    -t $(docker build --target testing -q .) \
    --color=no szurubooru/

exit $?