mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed syntax
(cherry picked from commit 0fe78ffc16f5d1a762acb65dc0e7562f10bc14ed)
This commit is contained in:
parent
12e4de906c
commit
5c3d4cd26a
@ -31,7 +31,8 @@ for test,error_msg in c.failures+c.errors:
|
|||||||
|
|
||||||
for test,error_msg in c.success+c.skipped:
|
for test,error_msg in c.success+c.skipped:
|
||||||
try:
|
try:
|
||||||
sauce_client.jobs.update_job(test.sauce_labs_job_id, passed=True,tags=[environ["TRAVIS_BRANCH"],test.id()],build_num=environ["TRAVIS_JOB_NUMBER"],name=str(test.id().split('.')[1]+': '+test.id().split('.')[2])
|
sauce_client.jobs.update_job(test.sauce_labs_job_id, passed=True,tags=[environ["TRAVIS_BRANCH"],test.id()],build_num=environ["TRAVIS_JOB_NUMBER"],name=str(test.id().split('.')[1]+': '+test.id().split('.')[2]))
|
||||||
|
|
||||||
except:
|
except:
|
||||||
print "Could not annotate Sauce Labs job #%s" % str(test)
|
print "Could not annotate Sauce Labs job #%s" % str(test)
|
||||||
next
|
next
|
||||||
|
Loading…
x
Reference in New Issue
Block a user