diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-26 10:02:59 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-26 10:02:59 +0200 |
commit | 981df2a298c9ad104452022b504cd3cca358ad0b (patch) | |
tree | e399cd88daf6c55332608f85d221729682a02385 | |
parent | 30c950d6c3bfeca11420bfd14cb4465871bd5f09 (diff) |
glpi: fix var name
-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 |