Merge pull request #4854 from wy65701436/add-log-make-down

Dump log of shutting down harbor in CI
This commit is contained in:
Daniel Jiang 2018-05-03 10:03:05 +08:00 committed by GitHub
commit 4c192ae71f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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