INFRA: Switch to tox for JJB verify and merge jobs
[infra/cicd.git] / jjb / geode-native / apache-geode-native-test / new_integrationtest.sh
index 870cd93bff67bbbbf58ae0947669d8ccd815c63a..ee159ae0a4e9cb6cece17cfde5cef8df6c0cc731 100755 (executable)
@@ -29,6 +29,6 @@ COMMAND="echo -e '\n*** Build ***\n' && mkdir build && cd build &&\
   cmake ${SOURCE_DIR} -DCMAKE_CXX_FLAGS=-stdlib=libc++ \\
   -DCMAKE_CXX_CLANG_TIDY=clang-tidy -DWITH_IPV6=ON &&\
   cmake --build . -- -j${JOBS} && echo -e '\n*** New Integration Tests ***\n' &&\
-  cd /build/cppcache/integration/test && ctest -j1"
+  cd /build/cppcache/integration/test && ctest -j1 --extra-verbose"
 
 docker run ${DOCKER_ARGS} "${GEODE_NATIVE_DOCKER_IMAGE}" bash -c "${COMMAND}"