diff --git a/tests/run.sh b/tests/run.sh index d04eb0843..44d9d36b5 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -126,6 +126,13 @@ errors=0 for f in $tests; do echo "== Running $f ==" + + if [ ! -r $f ]; then + echo "===> ERROR $f is not readable! <===" + errors=$(expr $errors + 1) + continue + fi + start_awesome # Send the test file to awesome.