diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-19 15:21:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-19 15:21:32 +0200 |
commit | d78477811983bd2ca606586ade686cb950f44e77 (patch) | |
tree | c1e7f2d73e7358dfb3ed674f9be091014d5fc909 | |
parent | e42ffe560f69c604c96e8b9bd254019cbd957240 (diff) |
Strangely fails locally, ok in mock
-rw-r--r-- | glpi.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -405,8 +405,12 @@ done >%{name}.lang %check %if %{with_tests} -# See https://github.com/glpi-project/glpi/issues/4165 -rm tests/functionnal/Auth.php +user=$(id -un) +if [ "$user" = "remi" ]; then + # See https://github.com/glpi-project/glpi/issues/4165 + # Strangely fails locally, ok in mock + rm tests/functionnal/Auth.php +fi RET=0 : Hack for vendor |