diff --git a/emission/integrationTests/start_integration_tests.sh b/emission/integrationTests/start_integration_tests.sh index 7096f9833..7b01b5911 100644 --- a/emission/integrationTests/start_integration_tests.sh +++ b/emission/integrationTests/start_integration_tests.sh @@ -2,13 +2,7 @@ # Using an automated install cd /src/e-mission-server -#set database URL using environment variable echo ${DB_HOST} -if [ -z ${DB_HOST} ] ; then - local_host=`hostname -i` - export DB_HOST=$local_host - echo "Setting db host environment variable to localhost" -fi cat conf/storage/db.conf echo "Setting up conda..." @@ -24,4 +18,4 @@ echo "Adding permissions for the runIntegrationTests.sh script" chmod +x runIntegrationTests.sh echo "Permissions added for the runIntegrationTests.sh script" -./runIntegrationTests.sh \ No newline at end of file +./runIntegrationTests.sh