File: mvnQuietTest.bat

package info (click to toggle)
libowasp-esapi-java 2.4.0.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,000 kB
  • sloc: java: 35,401; xml: 1,630; sh: 373; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
@ECHO off
rem Purpose: Run      'mvn test'      with system property
rem                       'org.owasp.esapi.logSpecial.discard'
rem          set to true, so that all of the logSpecial output is suppressed.
rem          This reduces the total output of 'mvn test' by about 2000 or so
rem          lines.

mvn -Dorg.owasp.esapi.logSpecial.discard=true test %*