File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,14 @@ function runInfection(){
1515 --threads=${infectionThreads} \
1616 --configuration=${infectionConfig} \
1717 --min-msi=${infectionMutationScoreIndicator} \
18- --min-covered-msi=${infectionCoveredCodeMSI} \
19- --test-framework-options=" --cache-result-file=/tmp/.infection.phpunit.cache"
18+ --min-covered-msi=${infectionCoveredCodeMSI}
2019 else
2120 ${phpBinPath} -f ./bin/infection \
2221 " ${extraArgs[@]} " \
2322 --threads=${infectionThreads} \
2423 --configuration=${infectionConfig} \
2524 --min-msi=${infectionMutationScoreIndicator} \
26- --min-covered-msi=${infectionCoveredCodeMSI} \
27- --test-framework-options=" --cache-result-file=/tmp/.infection.phpunit.cache"
25+ --min-covered-msi=${infectionCoveredCodeMSI}
2826 fi
2927}
3028
You can’t perform that action at this time.
0 commit comments