ps command is needed by tests/support/server.tcl to catch the server

status. If this command is missing, the valve returned will be invalid
and the test will fail.

More defails please refer to line 75 of server.tcl.
This commit is contained in:
Christopher Meng 2014-06-19 15:15:55 +08:00
parent af410060c8
commit 5a0f5c1d8b
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ Patch3: redis-2.8.11-disable-test-failed-on-slow-machine.patch
BuildRequires: gperftools-devel
%endif
BuildRequires: jemalloc-devel
BuildRequires: procps-ng
%if 0%{?with_systemd}
BuildRequires: systemd
%endif