Skip to content

Commit 329c5d8

Browse files
Add function
1 parent cbbbd67 commit 329c5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-run-nondex/runNondex.sh

+1-1
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 -Drat.skip=true -DlicenseCheck.numUnapprovedLicenses=99999 -fae | tee ./.runNondex/LOGSSS/$line.log
19+
mvn edu.illinois:nondex-maven-plugin:$nondex_version:nondex -pl :$line -Dlicense.skip -Drat.skip --fail-at-end | 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)