Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1049723 - Exclude the artifact path from the link in Treeherder. …
Browse files Browse the repository at this point in the history
…r=rwood
  • Loading branch information
davehunt committed Sep 5, 2014
1 parent 6a11801 commit 2ca2a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/gaia-ui-tests/gaiatest/mixins/treeherder.py
Expand Up @@ -188,7 +188,7 @@ def post_to_treeherder(self, tests):
query_auth=False)
job_details.append({
'url': blob_url,
'value': artifact,
'value': os.path.split(artifact)[-1],
'content_type': 'link',
'title': 'Artifact:'})
self.logger.info('Artifact %s uploaded to: %s' % (
Expand Down

0 comments on commit 2ca2a86

Please sign in to comment.