taler-deployment

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

commit f41668f42410b04300ace7d800be53c66efed8fb
parent 0e8af078e54bb1fc7766033e6d6f8e51f144446d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sun, 26 Mar 2017 16:49:47 +0200

move /tmp cleaning at beginning of the script

Diffstat:
Mselenium/launch_selenium_test | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/selenium/launch_selenium_test b/selenium/launch_selenium_test @@ -4,6 +4,9 @@ ulimit -v 2097152 set -eu +# clean /tmp +rm -fr /tmp/.org.chromium* + cd $HOME/wallet-webex git clean -fdx @@ -17,8 +20,4 @@ git submodule update --remote tsc # use 'make' once yarn problems art fixed. # call python3 selenium script -python3 $HOME/wallet-webex/selenium/withdraw_buy.py \ - --ext-unpacked=$HOME/wallet-webex - -# clean /tmp -rm -fr /tmp/.org.chromium* +python3 $HOME/wallet-webex/selenium/withdraw_buy.py --ext-unpacked=$HOME/wallet-webex