Skip to content

Commit

Permalink
export GATLING_SIMULATIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jan 28, 2021
1 parent 282f8a9 commit 16fedea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/scripts/jenkins_build_load_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo " -> test setup"
source test/scripts/jenkins_test_setup_xpack.sh

echo " -> run gatling load testing"
GATLING_SIMULATIONS = "$simulations" \
node scripts/functional_tests \
--kibana-install-dir "$KIBANA_INSTALL_DIR" \
--config test/load/config.ts
export GATLING_SIMULATIONS = "$simulations"
node scripts/functional_tests \
--kibana-install-dir "$KIBANA_INSTALL_DIR" \
--config test/load/config.ts

0 comments on commit 16fedea

Please sign in to comment.