Commit: 9d90cad3ed3912b956da33390964642feb6762c8
Author: Hans Goudey
Date:   Thu Jan 16 19:13:37 2020 -0500
Branches: master
https://developer.blender.org/rB9d90cad3ed3912b956da33390964642feb6762c8

Cleanup: Fix typo in instruction comments

===================================================================

M       tests/python/bevel_operator.py
M       tests/python/boolean_operator.py

===================================================================

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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to