This commit is contained in:
Olof Hagsand 2019-02-28 13:12:06 +01:00
commit 3dd67474e0
23 changed files with 119 additions and 50 deletions

View file

@ -23,7 +23,7 @@
>&2 echo "Running $testfile"
# Site file, an example of this file in README.md
if [ -x ./site.sh ]; then
if [ -f ./site.sh ]; then
. ./site.sh
if [ $? -ne 0 ]; then