Skip to content

Commit

Permalink
tests: save the log file to m_offset.failed if it fails
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tytso committed Dec 5, 2024
1 parent 387731a commit c94afad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/m_offset/script
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c94afad

Please sign in to comment.