taler-deployment

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

commit 9196188cb98a64bde615a2f2099e1ac8fa40e384
parent 7ffb6733595b72369f4bb67ba0b1843e54326e0e
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 10 Nov 2016 00:24:45 +0100

restarting chrome Docker container before running Selenium against it

Diffstat:
Mdocker/selenium/launch_selenium_test.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/docker/selenium/launch_selenium_test.sh b/docker/selenium/launch_selenium_test.sh @@ -17,6 +17,10 @@ fi # update wallet (cd $HOME/wallet-webex && git pull && ./configure && make) +eval $(docker-machine env) +# Yes, assume it's already running.. +docker restart big_heap + # call python3 selenium script python3 $HOME/wallet-webex/selenium/test.py \ --ext-unpacked $HOME/wallet-webex \