gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: Preventing Sele


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: Preventing Selenium to fill up /tmp.
Date: Wed, 08 Mar 2017 17:44:27 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 8500986  Preventing Selenium to fill up /tmp.
8500986 is described below

commit 85009860d729d4cc316ff1ab4118a4303fae2730
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 8 17:44:20 2017 +0100

    Preventing Selenium to fill up /tmp.
---
 selenium/withdraw_buy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py
index 93e0d2e..67b590c 100644
--- 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)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]