diff options
-rwxr-xr-x | docker/selenium/launch_selenium_test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/selenium/launch_selenium_test.sh b/docker/selenium/launch_selenium_test.sh index d4d6bfd..0ae6709 100755 --- 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 \ |