From c94afad434d1036d1bbad4271cf6258299cfb715 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 4 Dec 2024 21:04:46 -0500 Subject: [PATCH] tests: save the log file to m_offset.failed if it fails This makes it easier to determine what might have done wrong when looking that the test fail artifacts from github's CI testing. Signed-off-by: Theodore Ts'o --- tests/m_offset/script | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/m_offset/script b/tests/m_offset/script index d49e555e7..59d45c9a9 100755 --- a/tests/m_offset/script +++ b/tests/m_offset/script @@ -31,4 +31,5 @@ else echo "crc_first2: $crc_first2" >> "$test_name.failed" echo "crc_last2: $crc_last2" >> "$test_name.failed" echo "crc_exp: $crc_exp" >> "$test_name.failed" + cat "$OUT" >> "$test_name.failed" fi