NO-JIRA: one test script to ignore checkstyle
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/5ca514a2 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/5ca514a2 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/5ca514a2 Branch: refs/heads/master Commit: 5ca514a2a8fc7959d87a49af4d6faf0ebb2dc357 Parents: 266b1f3 Author: Clebert Suconic <[email protected]> Authored: Wed Mar 29 18:26:10 2017 -0400 Committer: Martyn Taylor <[email protected]> Committed: Thu Mar 30 09:54:26 2017 +0100 ---------------------------------------------------------------------- scripts/one-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5ca514a2/scripts/one-test.sh ---------------------------------------------------------------------- diff --git a/scripts/one-test.sh b/scripts/one-test.sh index 5c2cca8..8cd7b21 100755 --- a/scripts/one-test.sh +++ b/scripts/one-test.sh @@ -16,4 +16,4 @@ # specific language governing permissions and limitations # 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
