We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f1978 commit abaf1aeCopy full SHA for abaf1ae
bin/rally-verify-wrapper.sh
@@ -75,3 +75,7 @@ rally verify report --type json --to $artifacts_dir/rally-verify-report.json
75
rally verify report --type junit-xml --to $artifacts_dir/rally-junit.xml
76
77
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