Skip to content
Snippets Groups Projects
Unverified Commit 11fa8fe7 authored by Joas Schilling's avatar Joas Schilling
Browse files

Allow to run autotest with phpunit options

parent e11197bc
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ if [ -z "$1" ]
done
else
FILENAME="$2"
if [ ! -z "$2" ] && [ ! -f "tests/$FILENAME" ]; then
if [ ! -z "$2" ] && [ ! -f "tests/$FILENAME" ] && [ "${FILENAME:0:2}" != "--" ]; then
FILENAME="../$FILENAME"
fi
execute_tests "$1" "$FILENAME" "$3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment