atharvalade commented on code in PR #2914:
URL: https://github.com/apache/iggy/pull/2914#discussion_r2916028509
##########
scripts/run-bdd-tests.sh:
##########
Review Comment:
will be resolved with the new refactor
##########
scripts/run-bdd-tests.sh:
##########
@@ -50,7 +60,11 @@ run_suite(){
case "$SDK" in
rust) run_suite rust-bdd "🦀" "Running Rust BDD tests" ;;
python) run_suite python-bdd "🐍" "Running Python BDD tests" ;;
- go) run_suite go-bdd "🐹" "Running Go BDD tests" ;;
+ go)
+ _go_label="Running Go BDD tests"
+ [[ -n "$GO_TEST_EXTRA_FLAGS" ]] && _go_label="Running Go BDD tests
(${GO_TEST_EXTRA_FLAGS})"
+ run_suite go-bdd "🐹" "$_go_label"
+ ;;
Review Comment:
will be resolved with the new refactor
--
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]