test: moar chaos stability 😌 [ci skip]
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user