NO-JIRA: one test script to ignore checkstyle

This commit is contained in:
Clebert Suconic 2017-03-29 18:26:10 -04:00 committed by Martyn Taylor
parent 266b1f31bf
commit 5ca514a2a8
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # under the License.
mvn -Ptests -DfailIfNoTests=false -Pextra-tests -DskipPerformanceTests=false -Dtest=$1 test mvn -Ptests -DfailIfNoTests=false -Pextra-tests -DskipStyleCheck=true -DskipPerformanceTests=false -Dtest=$1 test