We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660df9c commit ebae6aaCopy full SHA for ebae6aa
auto-run-nondex/runNondexAll.sh
@@ -1,5 +1,5 @@
1
# Assume this script is run from the folder of .pom.xml files
2
3
-mvn edu.illinois:nondex-maven-plugin:2.1.1-SNAPSHOT:nondex -Dlicense.skip=true -Drat.skip=true -fae | tee ./result.log
+mvn edu.illinois:nondex-maven-plugin:2.1.1:nondex -Dlicense.skip -Drat.skip -fae | tee ./nondex.log
4
5
-awk '/\[INFO\] Across all seeds:/{flag=1; next} /\[INFO\] Test results can be found at:/{flag=0} flag' "./result.log"
+awk '/\[INFO\] Across all seeds:/{flag=1; next} /\[INFO\] Test results can be found at:/{flag=0} flag' "./nondex.log" > "./result"
0 commit comments