jacek-lewandowski commented on code in PR #2502:
URL: https://github.com/apache/cassandra/pull/2502#discussion_r1269210898
##########
.build/run-tests.sh:
##########
@@ -39,7 +37,7 @@ command -v git >/dev/null 2>&1 || { echo >&2 "git needs to be
installed"; exit 1
# help
if [ "$#" -lt 1 ] || [ "$#" -gt 2 ] || [ "$1" == "-h" ]; then
echo ""
- echo "Usage: run-tests.sh target [split_chunk|test_regexp]"
+ echo "Usage: run-tests.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]