summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-06-20 13:50:11 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-06-20 13:50:11 +0100
commit212c1232c8c9aa3a1c8aeb92348514afe900f7ea (patch)
treea06665c900352f1344d828768c0f5a3764cc75bf
parent81f7e76292f828bf69b749d28997784621b7ac68 (diff)
More debug output
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--post-build-report.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/post-build-report.py b/post-build-report.py
index 0ffc56f..ae9da94 100644
--- a/post-build-report.py
+++ b/post-build-report.py
@@ -114,7 +114,7 @@ if __name__ == '__main__':
for root, dirs, files in os.walk('.'):
print root
for f in files:
- print join(root, f)
+ print os.path.join(root, f)
jenkins_project_name = os.environ.get("SOURCE_PROJECT_NAME")
jenkins_build_number = os.environ.get("SOURCE_BUILD_NUMBER")
@@ -174,4 +174,4 @@ if __name__ == '__main__':
params.pop('manifest')
print params
- _push_object(art_token, art_url, RESULT_ENDPOINT, params)
+ #_push_object(art_token, art_url, RESULT_ENDPOINT, params)