File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,7 @@ test: cmake
336336 DYLD_LIBRARY_PATH=${INSTALL_PREFIX} /lib:${DYLD_LIBRARY_PATH} \
337337 OIIO_LIBRARY_PATH=${INSTALL_PREFIX} /lib:${OIIO_LIBRARY_PATH} \
338338 PYTHONPATH=${working_dir} /${build_dir} /src/python:${PYTHONPATH} \
339+ CTEST_PARALLEL_LEVEL=1 \
339340 ctest -E broken ${TEST_FLAGS} ; \
340341 )
341342 @ ( if [ " ${CODECOV} " == " 1" ] ; then \
@@ -344,6 +345,8 @@ test: cmake
344345 lcov --remove cov.info " /usr*" -o cov.info ; \
345346 genhtml -o ./cov -t " OSL test coverage" --num-spaces 4 cov.info ; \
346347 fi )
348+ # Note: we force CTEST_PARALLEL_LEVEL=1 because this version of OSL does not
349+ # have its testsuite set up to allow parallel execution f tests.
347350
348351# 'make clean' clears out the build directory for this platform
349352clean :
You can’t perform that action at this time.
0 commit comments