Commit b96d3be5 authored by Brian Grant's avatar Brian Grant

Merge pull request #22087 from nikhiljindal/deploymente2e

deployment e2e: print out the error
parents 661bfd96 1eaf760c
......@@ -194,7 +194,7 @@ func stopDeployment(c *clientset.Clientset, oldC client.Interface, ns, deploymen
}
return false, nil
}); err != nil {
Failf("Err : %s\n. Failed to remove deployment %s pods : %+v", deploymentName, pods)
Failf("Err : %s\n. Failed to remove deployment %s pods : %+v", err, deploymentName, pods)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment