From 9715743b37594641e52d3ce9aee9b610f759307e Mon Sep 17 00:00:00 2001 From: wangyan Date: Wed, 2 May 2018 08:42:42 -0700 Subject: [PATCH] Dump log of shutting down harbor in CI --- tests/resources/Harbor-Util.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/resources/Harbor-Util.robot b/tests/resources/Harbor-Util.robot index fa360180c..5a6495884 100644 --- a/tests/resources/Harbor-Util.robot +++ b/tests/resources/Harbor-Util.robot @@ -51,6 +51,7 @@ Down Harbor [Arguments] ${with_notary}=true ${with_clair}=true ${rc} ${output}= Run And Return Rc And Output echo "Y" | make down -e NOTARYFLAG=${with_notary} CLAIRFLAG=${with_clair} Log ${rc} + Log ${output} Should Be Equal As Integers ${rc} 0 Package Harbor Offline