Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-01-17 03:13:37 +0300
committerHans Goudey <h.goudey@me.com>2020-01-17 03:13:37 +0300
commit9d90cad3ed3912b956da33390964642feb6762c8 (patch)
tree452037a49b833ec66a826c5d850a13408272dbee /tests
parent86db35845a83b15f3b460fe878592ac6dd58a6dd (diff)
Cleanup: Fix typo in instruction comments
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bevel_operator.py4
-rw-r--r--tests/python/boolean_operator.py4
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 <index>
+# BLENDER_VERBOSE=1 blender path/to/bevel_regression.blend --python path/to/bevel_operator.py -- --run-test <index>
# where <index> 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 @@
# <pep8 compliant>
# 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 <index>
+# BLENDER_VERBOSE=1 blender path/to/bool_regression.blend --python path/to/boolean_operator.py -- --run-test <index>
# where <index> is the index of the test specified in the list tests.
import bpy