File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ generate_env_file() {
1717 echo " #!/usr/bin/env bash" > $ENV_FILE
1818 echo " set -u" >> $ENV_FILE
1919 echo " export SELENIUM=${SCRIPT} /.." >> $ENV_FILE
20- echo " export TEST_CONFIG_PATH=${TEST_CONFIG_PATH } " >> $ENV_FILE
20+ echo " export TEST_CONFIG_PATH=${FIND_PATH } " >> $ENV_FILE
2121
2222 declare -a FILE_ARRAY
2323 for f in $( $SCRIPT /find-template-files $FIND_PATH " env" )
Original file line number Diff line number Diff line change 11export RABBITMQ_SCHEME=http
22export RABBITMQ_HOSTNAME=localhost
33export RABBITMQ_HOST=localhost:15672
4- export RABBITMQ_CERTS=selenium/test/ ${TEST_CONFIG_PATH}/certs
5- export IMPORT_DIR=selenium/test/ ${TEST_CONFIG_PATH}/imports
4+ export RABBITMQ_CERTS=${TEST_CONFIG_PATH}/certs
5+ export IMPORT_DIR=${TEST_CONFIG_PATH}/imports
You can’t perform that action at this time.
0 commit comments