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