Skip to content

Commit

Permalink
Optimize the script
Browse files Browse the repository at this point in the history
  • Loading branch information
MyEnthusiastic committed Nov 17, 2023
1 parent cd88def commit 781db26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-run-nondex/runNondex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runNondex () {
input="modnames"
while IFS= read -r line
do
mvn edu.illinois:nondex-maven-plugin:$nondex_version:nondex -pl :$line -Dlicense.skip=true | tee ./.runNondex/LOGSSS/$line.log
mvn edu.illinois:nondex-maven-plugin:$nondex_version:nondex -pl :$line -Dlicense.skip=true -Drat.skip=true -DlicenseCheck.numUnapprovedLicenses=99999 -fae | tee ./.runNondex/LOGSSS/$line.log
done < "$input"
grep -rnil "There are test failures" ./.runNondex/LOGSSS/* | tee ./.runNondex/LOGresult
input=".runNondex/LOGresult"
Expand Down

0 comments on commit 781db26

Please sign in to comment.