Skip to content

Commit 6072e8f

Browse files
committed
add verbose flag
1 parent 990700f commit 6072e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis_script_cpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ source $TRAVIS_BUILD_DIR/ci/travis_env_common.sh
2323

2424
pushd $CPP_BUILD_DIR
2525

26-
PATH=$ARROW_BUILD_TYPE:$PATH ctest -j2 --output-on-failure -L unittest
26+
PATH=$ARROW_BUILD_TYPE:$PATH ctest -j2 --verbose --output-on-failure -L unittest
2727

2828
popd
2929

0 commit comments

Comments
 (0)