From f76ac9738ef43d5ffdf1b58878f80b591a881924 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Fri, 11 Jul 2014 21:38:09 +0400 Subject: [PATCH] Add rally task detailed info to rally-plot dir I am already tired rolling to the end of console.log to see the aggregated infromation, so it makes sense to put this info to separated txt file in rally-plot dir Change-Id: Ic492f0acd293fd0a90595658c4da0dea720758ed --- tests_ci/rally-gate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests_ci/rally-gate.sh b/tests_ci/rally-gate.sh index 38beb2ef04..7727a8ada2 100755 --- a/tests_ci/rally-gate.sh +++ b/tests_ci/rally-gate.sh @@ -42,4 +42,6 @@ rally task plot2html --out rally-plot/results.html gzip -9 rally-plot/results.html rally task results | python -m json.tool > rally-plot/results.json gzip -9 rally-plot/results.json +rally task detailed > rally-plot/detailed.txt +gzip -9 rally-plot/detailed.txt env