Skip to content

Commit

Permalink
Better Sauce build job name
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 29, 2013
1 parent c1a0f5f commit b1521e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trans/tests/test_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run(self, result=None):
@classmethod
def setUpClass(cls):
if DO_SELENIUM:
cls.caps['name'] = 'Weblate'
cls.caps['name'] = 'Weblate CI build'
# Fill in Travis details in caps
if 'TRAVIS_JOB_NUMBER' in os.environ:
cls.caps['tunnel-identifier'] = os.environ['TRAVIS_JOB_NUMBER']
Expand Down

0 comments on commit b1521e5

Please sign in to comment.