Quellcode durchsuchen

Use custom PHP runtime for PHPUnit execution in autotest

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v25.0.0beta1
Christoph Wurst vor 1 Jahr
Ursprung
Commit
b933e997c3
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      autotest.sh

+ 2
- 2
autotest.sh Datei anzeigen

@@ -395,8 +395,8 @@ function execute_tests {
echo "No coverage"
fi

echo "${PHPUNIT[@]}" --configuration phpunit-autotest.xml $GROUP $COVER --log-junit "autotest-results-$DB.xml" "$2" "$3"
"${PHPUNIT[@]}" --configuration phpunit-autotest.xml $GROUP $COVER --log-junit "autotest-results-$DB.xml" "$2" "$3"
echo "$PHP" "${PHPUNIT[@]}" --configuration phpunit-autotest.xml $GROUP $COVER --log-junit "autotest-results-$DB.xml" "$2" "$3"
"$PHP" "${PHPUNIT[@]}" --configuration phpunit-autotest.xml $GROUP $COVER --log-junit "autotest-results-$DB.xml" "$2" "$3"
RESULT=$?

if [ "$PRIMARY_STORAGE_CONFIG" == "swift" ] ; then

Laden…
Abbrechen
Speichern