mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-03 19:54:00 +00:00
A small refactor of the e2e tests (#3726)
* A small refactor of the e2e tests Signed-off-by: Carlisia <carlisia@grokkingtech.io> * Add copyright header Signed-off-by: Carlisia <carlisia@grokkingtech.io> * Fix CI Signed-off-by: Carlisia <carlisia@grokkingtech.io> * Revert unneeded changes Signed-off-by: Carlisia <carlisia@grokkingtech.io> * Remove file that doesnt belong here Signed-off-by: Carlisia <carlisia@grokkingtech.io>
This commit is contained in:
committed by
GitHub
parent
02e7d7ac37
commit
ccac3d4130
@@ -255,10 +255,7 @@ func (o *InstallOptions) Run(c *cobra.Command, f client.Factory) error {
|
||||
return err
|
||||
}
|
||||
|
||||
resources, err = install.AllResources(vo)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
resources = install.AllResources(vo)
|
||||
}
|
||||
|
||||
if _, err := output.PrintWithFormat(c, resources); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user