diff options
-rw-r--r-- | glpi-dev.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glpi-dev.spec b/glpi-dev.spec index 86c8770..71bb04f 100644 --- a/glpi-dev.spec +++ b/glpi-dev.spec @@ -329,8 +329,8 @@ cp %{SOURCE12} config/config_path.php cp %{SOURCE13} config/config_db.php : Run upstream test suite -php tools/cliinstall.php --host=127.0.0.1:3308 --db=glpitest --user=root --tests --force --lang=en_US || ret=1 -%{_bindir}/phpunit --verbose || ret=1 +php tools/cliinstall.php --host=127.0.0.1:3308 --db=glpitest --user=root --tests --force --lang=en_US || RET=1 +%{_bindir}/phpunit --verbose || RET=1 : Cleanup if [ -s $MYSQL_PID_FILE ]; then |