Skip to content

Commit 4eddc96

Browse files
committed
debug where things are
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent ef35fe3 commit 4eddc96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/build-scripts/ci-test.bash

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ echo "Default timeout ${CTEST_TEST_TIMEOUT}"
1818
echo "Test exclusions '${CTEST_EXCLUSIONS}'"
1919
echo "CTEST_ARGS '${CTEST_ARGS}'"
2020

21+
echo "--- find -----------------------"
22+
find / -name "*OpenImageIO*" -print
23+
echo "--------------------------------"
24+
2125
pushd build
2226

2327
ctest -C ${CMAKE_BUILD_TYPE} --force-new-ctest-process --output-on-failure \

0 commit comments

Comments
 (0)