ponysay/dev/tests/test-everything
Pablo Lezaeta 50e3d6597a make executables so I not get this error
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
2014-08-18 02:35:39 -04:00

11 lines
278 B
Bash
Executable file

#!/usr/bin/env bash
if [ ! -f ./src/__main__.py ]; then
echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m'
exit 140
fi
./dev/tests/correct-pony-f
./dev/tests/correct-pony+f
./dev/tests/auto-completion
./dev/tests/auto-completion-tool