deployment e2e: print out the error

This commit is contained in:
nikhiljindal 2016-02-26 14:18:56 -08:00
parent ad2c79517e
commit 1eaf760c95

View File

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