This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f453a0  ARROW-2544: [CI] Run the C++ tests with two jobs
2f453a0 is described below

commit 2f453a0777364f3132636a7af053dff085a6b940
Author: Antoine Pitrou <[email protected]>
AuthorDate: Mon May 7 12:19:40 2018 +0200

    ARROW-2544: [CI] Run the C++ tests with two jobs
    
    Travis-CI provides workers with two cores. We should use them.
    This should make testing our C++ implementation faster.
    
    Author: Antoine Pitrou <[email protected]>
    Author: Omer Katz <[email protected]>
    
    Closes #1899 from thedrow/patch-1 and squashes the following commits:
    
    ae8ad52 <Antoine Pitrou> Use `--output-on-failure`
    84c9ee1 <Omer Katz> Run the tests with two jobs.
---
 ci/travis_script_cpp.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/travis_script_cpp.sh b/ci/travis_script_cpp.sh
index 27ab88b..455a676 100755
--- a/ci/travis_script_cpp.sh
+++ b/ci/travis_script_cpp.sh
@@ -23,6 +23,6 @@ source $TRAVIS_BUILD_DIR/ci/travis_env_common.sh
 
 pushd $CPP_BUILD_DIR
 
-ctest -VV -L unittest
+ctest -j2 --output-on-failure -L unittest
 
 popd

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to