X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fgeode-native%2Fapache-geode-native-test%2Fnew_integrationtest.sh;h=ee159ae0a4e9cb6cece17cfde5cef8df6c0cc731;hb=d643ea7acf4cd3e57ba89f092d39e0874b8b111c;hp=870cd93bff67bbbbf58ae0947669d8ccd815c63a;hpb=2eac1f46430940591b077e6a0b0f60a2680bcbb3;p=infra%2Fcicd.git diff --git a/jjb/geode-native/apache-geode-native-test/new_integrationtest.sh b/jjb/geode-native/apache-geode-native-test/new_integrationtest.sh index 870cd93b..ee159ae0 100755 --- a/jjb/geode-native/apache-geode-native-test/new_integrationtest.sh +++ b/jjb/geode-native/apache-geode-native-test/new_integrationtest.sh @@ -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}"