mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Fix issues with Python3 and bring up a dev cluster
This commit is contained in:
@@ -80,9 +80,9 @@ failed = False
|
||||
for testcase in parse(sys.stdin).getElementsByTagName("testcase"):
|
||||
if len(testcase.getElementsByTagName("failure")) != 0:
|
||||
failed = True
|
||||
print " FAIL: {test}".format(test = testcase.getAttribute("name"))
|
||||
print(" FAIL: {test}".format(test = testcase.getAttribute("name")))
|
||||
if not failed:
|
||||
print " SUCCESS!"
|
||||
print(" SUCCESS!")
|
||||
'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user