From f41668f42410b04300ace7d800be53c66efed8fb Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sun, 26 Mar 2017 16:49:47 +0200 Subject: move /tmp cleaning at beginning of the script --- selenium/launch_selenium_test | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'selenium') diff --git a/selenium/launch_selenium_test b/selenium/launch_selenium_test index 86ee673..b857852 100755 --- 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 -- cgit v1.2.3