Skip to content

Commit 7c1be89

Browse files
committed
letting oiiotool fail so I can see the output in the log
Signed-off-by: grdanny <danny.gr@gmail.com>
1 parent 7e2aa86 commit 7c1be89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build-scripts/ci-test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo ; echo "Results of ls bin dir:"
2222
ls -la $OpenImageIO_ROOT/bin/
2323

2424
echo ; echo "Results of oiiotool --version:"
25-
$OpenImageIO_ROOT/bin/oiiotool --version
25+
$OpenImageIO_ROOT/bin/oiiotool --version || true
2626

2727
echo ; echo "Results of oiiotool brief help:"
2828
$OpenImageIO_ROOT/bin/oiiotool || true

0 commit comments

Comments
 (0)