Skip to content

Commit

Permalink
Remove deprecated test argument from invokation of falderal.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressey committed Mar 31, 2016
1 parent 3a00e97 commit 54db310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Expand Up @@ -4,7 +4,7 @@ if [ `which java`x = x ]; then
echo "java not found, skipping tests."
else
make java || exit 1
falderal test README.markdown
falderal README.markdown
fi


0 comments on commit 54db310

Please sign in to comment.