You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/01/15 17:48:56 UTC

[4/8] storm git commit: Testing RAT

Testing RAT


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/699a4092
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/699a4092
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/699a4092

Branch: refs/heads/master
Commit: 699a4092bc1d7ca5a2edbfd06bcd0092c1078fae
Parents: 2c985b2
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Tue Jan 12 15:53:21 2016 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Tue Jan 12 15:53:21 2016 -0600

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh | 2 +-
 foo.bar                           | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/699a4092/dev-tools/travis/travis-script.sh
----------------------------------------------------------------------
diff --git a/dev-tools/travis/travis-script.sh b/dev-tools/travis/travis-script.sh
index 382a3b5..7f00cb4 100755
--- a/dev-tools/travis/travis-script.sh
+++ b/dev-tools/travis/travis-script.sh
@@ -25,7 +25,7 @@ cd ${STORM_SRC_ROOT_DIR}
 # We should be concerned that Travis CI could be very slow because it uses VM
 export STORM_TEST_TIMEOUT_MS=150000
 
-mvn --batch-mode test -fae -Pnative,all-tests,rat -pl $2
+mvn --batch-mode test -fae -Pnative,all-tests -Prat -pl $2
 BUILD_RET_VAL=$?
 
 for dir in `find . -type d -and -wholename \*/target/\*-reports`;

http://git-wip-us.apache.org/repos/asf/storm/blob/699a4092/foo.bar
----------------------------------------------------------------------
diff --git a/foo.bar b/foo.bar
new file mode 100644
index 0000000..e69de29