From 6e109c40435e8b74d5b4949a3e8c32cb265ac312 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Sep 27 2017 07:46:56 +0000 Subject: copy tests results to html subdirectory --- diff --git a/run_mtf.sh b/run_mtf.sh index 57933dc..7926e34 100755 --- a/run_mtf.sh +++ b/run_mtf.sh @@ -61,6 +61,9 @@ function save_artifacts { fi # NOTE: Do not remove the trailing slash from 'latest/', it's a symlink cp -r /root/avocado/job-results/latest/ "$OUTDIR" + # NOTE: Fix issue that avocado expects debug logs of tests under html subdirectory + # Not sure if it is possible to use symlink there. + cp -r /root/avocado/job-results/latest/test-results "$OUTDIR"/html/ } function check_artifact {