summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStas Negara <snegara@google.com>2015-05-15 12:03:55 -0700
committerStas Negara <snegara@google.com>2015-05-15 12:05:15 -0700
commit1069b4c65f4d9493eafa4652a6106a3199440a73 (patch)
tree4910a765d610082627ec899bc6150b31619c90fb
parent2261ef5a7b1ec50777b059defff86b61380e68a9 (diff)
downloadtesting-1069b4c65f4d9493eafa4652a6106a3199440a73.tar.gz
Update the link to the web page with test execution results.
Change-Id: I01c4e87d54cc70dfb2f51e4d2774a3cebd00b4ab
-rw-r--r--src/com/google/gct/testing/CloudResultsLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/google/gct/testing/CloudResultsLoader.java b/src/com/google/gct/testing/CloudResultsLoader.java
index 95669cd..f854e5b 100644
--- a/src/com/google/gct/testing/CloudResultsLoader.java
+++ b/src/com/google/gct/testing/CloudResultsLoader.java
@@ -284,7 +284,7 @@ public class CloudResultsLoader {
private static String getTuxLink(String cloudProjectId, ResultStorage resultStorage) {
return "https://console.developers.google.com/project/" + cloudProjectId
- + "/clouddev/toolresults/histories/" + resultStorage.getToolResultsHistoryId()
+ + "/testlab/mobile/histories/" + resultStorage.getToolResultsHistoryId()
+ "/executions/" + resultStorage.getToolResultsExecutionId();
}