Merge pull request #894 from diginc/InstallFixes_UnitTests

Unit tests framework and some basic tests
This commit is contained in:
Dan Schaper
2016-11-02 09:42:20 -07:00
committed by GitHub
13 changed files with 282 additions and 1 deletions

View File

@@ -1133,4 +1133,6 @@ main() {
echo "::: View the web interface at http://pi.hole/admin or http://${IPV4_ADDRESS%/*}/admin"
}
main "$@"
if [[ -z "$PHTEST" ]] ; then
main "$@"
fi