File: mvnQuietTest.sh

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-- 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/bash
# Purpose: Run      'mvn test'      with system property
#                       'org.owasp.esapi.logSpecial.discard'
#          set to true, so that all of the logSpecial output is suppressed.
#          This reduces the total output of 'mvn test' by about 2000 or so
#          lines.

exec mvn -Dorg.owasp.esapi.logSpecial.discard=true test $@