Skip to content

Commit abaf1ae

Browse files
committed
Also save tempest.log
1 parent a9f1978 commit abaf1ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/rally-verify-wrapper.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ rally verify report --type json --to $artifacts_dir/rally-verify-report.json
7575
rally verify report --type junit-xml --to $artifacts_dir/rally-junit.xml
7676

7777
rally-extract-tests.sh --status fail > $artifacts_dir/failed-tests
78+
79+
# NOTE: this assumes only one of these files exists which should ordinarily
80+
# be the case when the container is discarded after one run.
81+
find ~/.rally -name "tempest.log" -print -exec cp {} $artifacts_dir/ \;

0 commit comments

Comments
 (0)