Skip to content

Commit

Permalink
Add --batch to phpunit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Nov 6, 2015
1 parent 989739e commit 5cc02be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
# php -r "var_dump([\Sodium\library_version_major(), \Sodium\library_version_minor()]);"

# Verify before running
gpg --verify phpunit.phar.asc phpunit.phar
gpg --batch --verify phpunit.phar.asc phpunit.phar
if [ $? -eq 0 ]; then
echo
echo -e "\033[33mBegin Unit Testing\033[0m"
Expand Down

0 comments on commit 5cc02be

Please sign in to comment.