From 5d2dd411302134b434ee34b924ca376357b1f968 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Tue, 23 Jan 2018 14:58:02 -0500 Subject: [PATCH] Remove the 2>/dev/null workaround Change-Id: Ia7b47791fbddd2bd8595d75ae5f2e72dad5e49ad Signed-off-by: Sam Hague --- csit/libraries/OpenStackOperations.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/libraries/OpenStackOperations.robot b/csit/libraries/OpenStackOperations.robot index c17c302a8e..f685829206 100644 --- a/csit/libraries/OpenStackOperations.robot +++ b/csit/libraries/OpenStackOperations.robot @@ -1098,7 +1098,7 @@ OpenStack CLI Get List OpenStack CLI [Arguments] ${cmd} [Documentation] Run the given OpenStack ${cmd}. - ${rc} ${output} = OperatingSystem.Run And Return Rc And Output ${cmd} 2> /dev/null + ${rc} ${output} = OperatingSystem.Run And Return Rc And Output ${cmd} BuiltIn.Log ${output} Should Be True '${rc}' == '0' [Return] ${output} -- 2.36.6