taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit c3a7e0686ad6ffa1fb5be96ea0e6401719a30c0d
parent 7b0a63afe4c6dd3fd61d0bcb4f6e6dacfb0673af
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sun, 13 Nov 2016 02:26:35 +0100

fix how to pick selenium-server's IP

Diffstat:
Mdocker/selenium/launch_selenium_test | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/selenium/launch_selenium_test b/docker/selenium/launch_selenium_test @@ -15,4 +15,4 @@ docker restart container_chrome # call python3 selenium script python3 $HOME/wallet-webex/selenium/withdraw_buy.py \ --ext=$HOME/ext.crx \ - --remote=http://$IP:4444/wd/hub + --remote=http://$(docker-machine ip):4444/wd/hub