Skip to content

Commit

Permalink
Merge pull request #290 from cavokz/update-rules
Browse files Browse the repository at this point in the history
Update rules to 8.13.7, 8.12.12, and 8.11.16
  • Loading branch information
cavokz committed May 16, 2024
2 parents d0ad493 + fa06df1 commit 6080237
Show file tree
Hide file tree
Showing 9 changed files with 3,989 additions and 3,786 deletions.
3 changes: 2 additions & 1 deletion scripts/test-stacks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ TMP_DIR=$(mktemp -d)
TMP_LOG=$TMP_DIR/log
trap cleanup EXIT
rm -rf tests/reports/*.new.md
rm -rf tests/reports/*.#*.md

if [ $MAX_FAILURES -gt 0 ]; then
echo "MAX_FAILURES: $MAX_FAILURES (tests)"
Expand Down Expand Up @@ -215,7 +216,7 @@ while [ $ITERATIONS -lt 0 ] || [ $ITERATION -lt $ITERATIONS ]; do
fi

for NEW_MD in `find tests/reports -name \*.new.md`; do
cp $NEW_MD ${NEW_MD/.new.md/-$ITERATION.md}
cp $NEW_MD ${NEW_MD/.new.md/.#$ITERATION.md}
mv $NEW_MD ${NEW_MD/.new.md/.md}
done

Expand Down
Loading

0 comments on commit 6080237

Please sign in to comment.