From 9d90cad3ed3912b956da33390964642feb6762c8 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 16 Jan 2020 19:13:37 -0500 Subject: Cleanup: Fix typo in instruction comments --- tests/python/bevel_operator.py | 4 ++-- tests/python/boolean_operator.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/python/bevel_operator.py b/tests/python/bevel_operator.py index f91c208bae3..3cdbeb9300b 100644 --- a/tests/python/bevel_operator.py +++ b/tests/python/bevel_operator.py @@ -17,9 +17,9 @@ # ##### END GPL LICENSE BLOCK ##### # To run all tests, use -# BLENDER_VERBOSE=1 blender path/to/bevel_regression.blend --python path/to/bevel_operator.py -- --run_all_tests +# BLENDER_VERBOSE=1 blender path/to/bevel_regression.blend --python path/to/bevel_operator.py -- --run-all-tests # To run one test, use -# BLENDER_VERBOSE=1 blender path/to/bevel_regression.blend --python path/to/bevel_operator.py -- --run_test +# BLENDER_VERBOSE=1 blender path/to/bevel_regression.blend --python path/to/bevel_operator.py -- --run-test # where is the index of the test specified in the list tests. import bpy diff --git a/tests/python/boolean_operator.py b/tests/python/boolean_operator.py index 8183b527591..b05e60eea6c 100644 --- a/tests/python/boolean_operator.py +++ b/tests/python/boolean_operator.py @@ -19,9 +19,9 @@ # # To run all tests, use -# BLENDER_VERBOSE=1 blender path/to/bool_regression.blend --python path/to/boolean_operator.py -- --run_all_tests +# BLENDER_VERBOSE=1 blender path/to/bool_regression.blend --python path/to/boolean_operator.py -- --run-all-tests # To run one test, use -# BLENDER_VERBOSE=1 blender path/to/bool_regression.blend --python path/to/boolean_operator.py -- --run_test +# BLENDER_VERBOSE=1 blender path/to/bool_regression.blend --python path/to/boolean_operator.py -- --run-test # where is the index of the test specified in the list tests. import bpy -- cgit v1.2.3