We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef35fe3 commit 4eddc96Copy full SHA for 4eddc96
src/build-scripts/ci-test.bash
@@ -18,6 +18,10 @@ echo "Default timeout ${CTEST_TEST_TIMEOUT}"
18
echo "Test exclusions '${CTEST_EXCLUSIONS}'"
19
echo "CTEST_ARGS '${CTEST_ARGS}'"
20
21
+echo "--- find -----------------------"
22
+find / -name "*OpenImageIO*" -print
23
+echo "--------------------------------"
24
+
25
pushd build
26
27
ctest -C ${CMAKE_BUILD_TYPE} --force-new-ctest-process --output-on-failure \
0 commit comments