updated puppeter url

This commit is contained in:
Gabriel Grubba
2023-09-19 17:08:25 -03:00
parent d056a26f02
commit fdbe45eb23

View File

@@ -24,7 +24,7 @@ export PATH=$METEOR_HOME:$PATH
# synchronously get the dev bundle and NPM modules if they're not there.
./meteor --help || exit 1
export URL='http://localhost:4096/'
export URL='http://127.0.0.1:4096/'
export METEOR_PACKAGE_DIRS='packages/deprecated'
exec 3< <(meteor test-packages --driver-package test-in-console -p 4096 --exclude ${TEST_PACKAGES_EXCLUDE:-''} $1)