mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 15:33:37 +02:00
Fix test output.
This commit is contained in:
parent
3130eef35d
commit
d724ac04fc
@ -105,7 +105,8 @@ function integrate() {
|
|||||||
done
|
done
|
||||||
${QEMU} ${DEMO}
|
${QEMU} ${DEMO}
|
||||||
else
|
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}
|
${DEMO}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user