Skip to content

Commit c5912ee

Browse files
committed
Add some test code to debug CI
Signed-off-by: Scott Wilson <scott@propersquid.com>
1 parent aca829a commit c5912ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/build-scripts/ci-rust-test.bash

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ fi
1414
export LD_LIBRARY_PATH=$OpenImageIO_ROOT/lib
1515
export PKG_CONFIG_PATH=$OpenImageIO_ROOT/lib/pkgconfig
1616

17+
# TEST
18+
echo TEST GET LIBRARY PATH CONTENTS $(ls $LD_LIBRARY_PATH)
19+
# END TEST
20+
1721
echo "Running Rust oiio-sys tests"
1822

1923
pushd src/rust/oiio-sys

0 commit comments

Comments
 (0)