taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 85009860d729d4cc316ff1ab4118a4303fae2730
parent 5cbe41cf607a998566d4501afa267bcd999794f6
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed,  8 Mar 2017 17:44:20 +0100

Preventing Selenium to fill up /tmp.

Diffstat:
Mselenium/withdraw_buy.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py @@ -291,5 +291,5 @@ client.delete_all_cookies() ret = buy_article(client, "25._The_Danger_of_Software_Patents", fulfillment_url_25) logger.info("Bookmarked purchase: '%s'" % ret) logger.info("Test passed") -client.close() +client.quit() sys.exit(0)