Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document command to update ruling results #266

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ The "Ruling Test" are an integration test suite which launches the analysis of a
cd its/ruling
mvn verify

To update the ruling results run:

rsync -avh its/ruling/target/actual/ its/ruling/src/test/resources/expected/ --delete

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think we could add a Maven command in the ruling pom.xml like mvn update that would execute this bash command?


### License

Copyright 2010-2022 SonarSource.
Expand Down