Skip to content

Commit

Permalink
Merge pull request #136 from vivganes/patch-1
Browse files Browse the repository at this point in the history
Add note about withHistory superseding history file locations
  • Loading branch information
hcoles authored Sep 7, 2024
2 parents 16864ef + be1ece2 commit 36f7446
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion quickstart/incremental_analysis.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,17 @@ or for maven

**historyOutputFile**


These point to the locations from which to read and write mutation analysis results. This can be the same location. If different locations are used
you will need to implement some mechanism to swap the values between runs as PIT does itself does not currently provide a mechanism.

In case you do not want to choose input and output files explictly, there is an additional parameter:

**withHistory**

When set to true, the history file is placed in the temporary-file directory designated by `java.io.tmpdir`

## Warning

If `withHistory` is true, the history input and output file location parameters are ignored.


0 comments on commit 36f7446

Please sign in to comment.