mirror of
https://github.com/ceph/ceph
synced 2025-03-19 08:57:29 +00:00
Merge pull request #33740 from lxbsz/qa_test_timeout_failed
qa/test_config_session_timeout: fix options conflicting Reviewed-by: Patrick Donnelly <pdonnell@redhat.com> Reviewed-by: Varsha Rao <varao@redhat.com> Reviewed-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
commit
ca24037277
@ -333,7 +333,7 @@ class LocalRemote(object):
|
||||
|
||||
# Filter out helper tools that don't exist in a vstart environment
|
||||
args = [a for a in args if a not in {
|
||||
'adjust-ulimits', 'ceph-coverage', 'timeout'}]
|
||||
'adjust-ulimits', 'ceph-coverage'}]
|
||||
|
||||
# Adjust binary path prefix if given a bare program name
|
||||
if "/" not in args[0]:
|
||||
|
Loading…
Reference in New Issue
Block a user