Skip to content

Commit e7f0e65

Browse files
Optimize the script
1 parent d383813 commit e7f0e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-run-nondex/runNondex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runNondex () {
1616
input="modnames"
1717
while IFS= read -r line
1818
do
19-
mvn edu.illinois:nondex-maven-plugin:$nondex_version:nondex -pl :$line -Dlicense.skip=true | tee ./.runNondex/LOGSSS/$line.log
19+
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
2020
done < "$input"
2121
grep -rnil "There are test failures" ./.runNondex/LOGSSS/* | tee ./.runNondex/LOGresult
2222
input=".runNondex/LOGresult"

0 commit comments

Comments
 (0)