Skip to content

Commit 4aedde7

Browse files
authored
Merge pull request ceph#52475 from yuvalif/wip-yuval-multisite-vstart-params
rgw/test: allow passing vstart parameters to multisite tests script Reviewed-by: Casey Bodley <[email protected]>
2 parents 6fb5be5 + 563c501 commit 4aedde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rgw/test-rgw-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ function get_mstart_parameters {
190190
fi
191191
fi
192192

193-
echo "$parameters"
193+
echo "$parameters $VSTART_PARAMETERS"
194194
}
195195

0 commit comments

Comments
 (0)