1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 15:12:30 +02:00

Fix test output.

This commit is contained in:
Guillaume Chatelet 2019-01-17 14:52:13 +01:00
parent 3130eef35d
commit d724ac04fc

View File

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