test: moar chaos stability 😌 [ci skip]

This commit is contained in:
2025-01-05 16:12:06 +01:00
parent 9b271a6963
commit c88fc66c99
15 changed files with 116 additions and 2 deletions

View File

@ -60,3 +60,7 @@ _get_current_hash() {
_get_n_hash() {
echo $(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" show -s --format="%H" "HEAD~$1")
}
_git_status() {
echo $(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status --porcelain)
}