jacek-lewandowski commented on code in PR #2502:
URL: https://github.com/apache/cassandra/pull/2502#discussion_r1269205036


##########
.build/run-python-dtests.sh:
##########
@@ -16,17 +16,25 @@
 # limitations under the License.
 
 #
-# Wrapper script for running a split chunk of a pytest run of cassandra-dtest
+# Wrapper script for running a split or regexp of a pytest run from 
cassandra-dtest
 #
-# Usage: dtest-python.sh target split_chunk
-#  split_chunk formatted as "K/N" for the Kth chunk of N chunks
 
 ################################
 #
 # Prep
 #
 ################################
 
+
+# help
+if [ "$#" -lt 1 ] || [ "$#" -gt 2 ] || [ "$1" == "-h" ]; then
+    echo ""
+    echo "Usage: run-python-dtest.sh test_type [split_chunk|test_regexp]"

Review Comment:
   same comment as above



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to