infinito/administration/test-everything.sh

8 lines
174 B
Bash
Raw Normal View History

#!/bin/bash
cd "$(dirname "$(readlink -f "${0}")")/" &&
bash ./clear.sh &&
bash ./schema-validate.sh &&
bash ./test.sh &&
2019-01-05 15:34:02 +01:00
bash ./test-code-format.sh &&
2019-01-05 12:45:44 +01:00
bash ./shellcheck.sh