mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00
Fix test output.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user