Commit fea6a29d authored by David Lawrence's avatar David Lawrence

(TaskCluster) Allow retrieval of the selenium.log for Selenium tests

parent bac2cb35
...@@ -135,6 +135,11 @@ ...@@ -135,6 +135,11 @@
"type": "file", "type": "file",
"path": "/var/log/httpd/error_log", "path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z" "expires": "2016-02-17T17:33:38.806Z"
},
"public/selenium_log": {
"type": "file",
"path": "/selenium.log",
"expires": "2016-02-17T17:33:38.806Z"
} }
} }
}, },
...@@ -211,6 +216,11 @@ ...@@ -211,6 +216,11 @@
"type": "file", "type": "file",
"path": "/var/log/httpd/error_log", "path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z" "expires": "2016-02-17T17:33:38.806Z"
},
"public/selenium_log": {
"type": "file",
"path": "/selenium.log",
"expires": "2016-02-17T17:33:38.806Z"
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment