Skip to content

Commit

Permalink
Merge pull request #387 from lueFlake/aocih-metric
Browse files Browse the repository at this point in the history
Fix test-aocih.sh on macOS
  • Loading branch information
yegor256 authored Oct 16, 2024
2 parents 778143a + 4df6f85 commit 2d4b6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/metrics/test-aocih.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ echo "👍🏻 Didn't fail in non-git directory"
git commit --quiet -am "Second commit"
git commit --amend --no-edit --date="$(date -d "+1 hour" --rfc-2822)"
"${LOCAL}/metrics/aocih.sh" "${java}" stdout
grep -qP "AoCiH 1" stdout
grep -q "AoCiH 1" stdout
} > "${stdout}" 2>&1
echo "👍🏻 Correctly calculated AoCiH in the repository"
echo "👍🏻 Correctly calculated AoCiH in the repository"

0 comments on commit 2d4b6a6

Please sign in to comment.