X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fdev%2Fautotest.sh;h=b6f67cf1184c749edfbee1ad93d435c279d2b24a;hb=63c8a908804bb019898732af972d04f286eec041;hp=a3367db1e50f15cda5969d037007b26fc382f06a;hpb=8b7cb5d9efeab580c2592e0fbe301f7142b73a3d;p=friendica.git diff --git a/bin/dev/autotest.sh b/bin/dev/autotest.sh index a3367db1e5..b6f67cf118 100755 --- a/bin/dev/autotest.sh +++ b/bin/dev/autotest.sh @@ -46,7 +46,7 @@ function show_syntax() { echo -e "\t\"testfile\" is the name of a test file, for example lib/template.php" >&2 echo -e "\nDatabase environment variables:\n" >&2 echo -e "\t\"MYSQL_HOST\" Mysql Hostname (Default: localhost)" >&2 - echo -e "\t\"MYSQL_USDRNAME\" Mysql Username (Default: friendica)" >&2 + echo -e "\t\"MYSQL_USERNAME\" Mysql Username (Default: friendica)" >&2 echo -e "\t\"MYSQL_DATABASE\" Mysql Database (Default: test)" >&2 echo -e "\nOther environment variables:\n" >&2 echo -e "\t\"TEST_SELECTION\" test a specific group of tests, can be one of: $TESTS" >&2 @@ -65,7 +65,7 @@ else exit 3 fi -echo "Installing depdendencies" +echo "Installing dependencies" ${PHP} "$COMPOSER" install PHPUNIT="${BASEDIR}/vendor/bin/phpunit"