1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-02 05:33:17 +02:00

Show tests output

This commit is contained in:
Guillaume Chatelet
2019-01-17 14:24:42 +01:00
parent 674c5878ca
commit 081188a17d

View File

@ -105,7 +105,7 @@ function integrate() {
done
${QEMU} ${DEMO}
else
cmake --build "${BUILD_DIR}" ${CMAKE_TEST_ARGS}
CTEST_OUTPUT_ON_FAILURE=1 cmake --build "${BUILD_DIR}" ${CMAKE_TEST_ARGS}
${DEMO}
fi
}