File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ expected to validate the behavior of every part of OCIO:
19
19
* Any change to existing functionality should have tests added if they don't
20
20
already exist.
21
21
22
- The test should should be run, via ``ctest ``, before submitting a pull request.
22
+ The test should be run, via ``ctest ``, before submitting a pull request.
23
23
Pull requests will not be merged until tests are present, running and passing
24
24
as part of the OpenColorIO CI system.
25
25
@@ -44,9 +44,9 @@ run only the CPU unit tests from the Builtins suite::
44
44
45
45
tests/cpu/test_cpu_exec --run_only Builtins
46
46
47
- Similarly you can run just Python tests directly ::
47
+ You can view additional options for the CPU tests, such as ` --stop_on_error `, by using the --help otion ::
48
48
49
- python3 tests/python/OpenColorIOTestSuite.py
49
+ tests/cpu/test_cpu_exec --help
50
50
51
51
Test framework
52
52
==============
You can’t perform that action at this time.
0 commit comments