We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2aa86 commit 7c1be89Copy full SHA for 7c1be89
src/build-scripts/ci-test.bash
@@ -22,7 +22,7 @@ echo ; echo "Results of ls bin dir:"
22
ls -la $OpenImageIO_ROOT/bin/
23
24
echo ; echo "Results of oiiotool --version:"
25
-$OpenImageIO_ROOT/bin/oiiotool --version
+$OpenImageIO_ROOT/bin/oiiotool --version || true
26
27
echo ; echo "Results of oiiotool brief help:"
28
$OpenImageIO_ROOT/bin/oiiotool || true
0 commit comments