Skip to content

Commit 9e619f5

Browse files
committed
intentionally broke testCount.sh to see if CI picks it up.
1 parent 99c02af commit 9e619f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/testCount.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
delta=`awk 'function max(a,b){return a>b?a:b} ; function abs(v) {return v < 0 ? -v : v}{print max( abs($2-1780), int(abs($3-12.269)*10) )}' countresult`
1919
echo " NEW RESULT CACHED RESULT"
2020
echo "n spots " ${nspots} " 1780 "
21-
echo "<d> " ${avgdiam} " 12.269 "
21+
echo "<d> " ${avgdiam} " 15 "
2222

2323
if [ "${delta}" -le 2 ]; then
2424
echo "PASS"

0 commit comments

Comments
 (0)