errose28 commented on a change in pull request #3174:
URL: https://github.com/apache/ozone/pull/3174#discussion_r828330365
##########
File path: hadoop-ozone/dist/src/main/compose/upgrade/testlib.sh
##########
@@ -100,13 +100,13 @@ run_test() {
## @description Generates data on the cluster.
## @param The prefix to use for data generated.
generate() {
- execute_robot_test scm -v PREFIX:"$1" upgrade/generate.robot
+ execute_robot_test scm -v PREFIX:"$1" ${@:2} upgrade/generate.robot
Review comment:
nit. Can we update the comments for these functions to indicate that all
arguments after the first are passed directly to robot?
--
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]