From 251699ec8b8432480e27d2b1577c1e9142ac85e4 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Mon, 3 Nov 2025 15:26:05 +0100 Subject: [PATCH] Do not print output from tests twice. It is a big redundancy in case of log is pretty long. Signed-off-by: Petr "Stone" Hracek --- test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test.sh b/test.sh index e8682faa..838c4f73 100755 --- a/test.sh +++ b/test.sh @@ -41,7 +41,6 @@ run_test_and_analyze_failed_logs() { VERSION=$dir $test_run 2>&1 | tee "$tmp_file" ret_code=$? set +o pipefail - cat "${tmp_file}" if [[ "$ret_code" != "0" ]]; then if [[ "${OS}" == "rhel8" ]] || [[ "${OS}" == "rhel9" ]] || [[ "${OS}" == "rhel10" ]]; then set +e