Check scripts update

This commit is contained in:
Clemens Schwaighofer
2025-06-05 17:56:29 +09:00
parent a292abc2c5
commit c4e83f94e9
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ EOF
}
# set base variables
BASE_PATH="/storage/var/www/html/developers/clemens/core_data/php_libraries/trunk/";
BASE_PATH=$(pwd)"/";
PHPUNIT_CONFIG="${BASE_PATH}phpunit.xml";
PHP_BIN_PATH=$(which php);
if [ -z "${PHP_BIN_PATH}" ]; then