Skip to content

Commit ebae6aa

Browse files
Add runnondexall
1 parent 660df9c commit ebae6aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auto-run-nondex/runNondexAll.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Assume this script is run from the folder of .pom.xml files
22

3-
mvn edu.illinois:nondex-maven-plugin:2.1.1-SNAPSHOT:nondex -Dlicense.skip=true -Drat.skip=true -fae | tee ./result.log
3+
mvn edu.illinois:nondex-maven-plugin:2.1.1:nondex -Dlicense.skip -Drat.skip -fae | tee ./nondex.log
44

5-
awk '/\[INFO\] Across all seeds:/{flag=1; next} /\[INFO\] Test results can be found at:/{flag=0} flag' "./result.log"
5+
awk '/\[INFO\] Across all seeds:/{flag=1; next} /\[INFO\] Test results can be found at:/{flag=0} flag' "./nondex.log" > "./result"

0 commit comments

Comments
 (0)