Commit 065a8fa4 authored by Daniel Smith's avatar Daniel Smith

add informational output to test

parent b67bb85a
......@@ -928,6 +928,7 @@ func runSchedulerNoPhantomPodsTest(client *client.Client) {
}
// Delete a pod to free up room.
glog.Infof("Deleting pod %v", bar.Name)
err = client.Pods(api.NamespaceDefault).Delete(bar.Name)
if err != nil {
glog.Fatalf("FAILED: couldn't delete pod %q: %v", bar.Name, err)
......
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