Skip to content

Commit

Permalink
Uncomment grep lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Orillio committed Feb 27, 2024
1 parent 4f0206d commit 213c118
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/metrics/test-raf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ echo "👍🏻 Didn't fail in non-git directory"
git commit --quiet -m "second"
"${LOCAL}/metrics/raf.sh" "${file2}" "t2"
"${LOCAL}/metrics/raf.sh" "${file2}" "t3"
# The following lines are disabled b/c the test is not stable, see: https://github.com/yegor256/cam/issues/165
# grep "raf 1.0" "t1" # File is created with repo
# grep "raf 0.0" "t2" # File a second after repo
# grep "raf 0.5" "t3" # File created exactly in the middle
grep "raf 1.0" "t1" # File is created with repo
grep "raf 0.0" "t2" # File a second after repo
grep "raf 0.5" "t3" # File created exactly in the middle
} > "${stdout}" 2>&1
echo "👍🏻 Correctly calculated the Relative Age of File"

0 comments on commit 213c118

Please sign in to comment.