X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fper_patch.sh;h=d48295d06e5f17f662c860aaa91a49e152ea5a37;hp=b6a572d654ecdf7a6c0492eb45761fd53c31b126;hb=a9a0e77809de43d3981bcceca1e5eafdc4e32b74;hpb=a93f42dff3a1a1d5073c36455cda0537eac5bb12 diff --git a/resources/libraries/bash/function/per_patch.sh b/resources/libraries/bash/function/per_patch.sh index b6a572d654..d48295d06e 100644 --- a/resources/libraries/bash/function/per_patch.sh +++ b/resources/libraries/bash/function/per_patch.sh @@ -38,7 +38,7 @@ function archive_test_results () { TARGET="$(readlink -f "$1")" mkdir -p "${TARGET}" || die "Directory creation failed." file_list=("output.xml" "log.html" "report.html") - file_list+=("tests" "tests_output_raw.tar.xz") + file_list+=("tests" "tests_output_raw.tar.gz") for filename in "${file_list[@]}"; do mv "${ARCHIVE_DIR}/${filename}" "${TARGET}/${filename}" || { die "Attempt to move '${filename}' failed."