aboutsummaryrefslogtreecommitdiff
path: root/selenium
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-08 17:44:20 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-08 17:44:20 +0100
commit85009860d729d4cc316ff1ab4118a4303fae2730 (patch)
treeeed369af91d6ece58efe55e6555f554ac0ac288a /selenium
parent5cbe41cf607a998566d4501afa267bcd999794f6 (diff)
downloadwallet-core-85009860d729d4cc316ff1ab4118a4303fae2730.tar.gz
wallet-core-85009860d729d4cc316ff1ab4118a4303fae2730.tar.bz2
wallet-core-85009860d729d4cc316ff1ab4118a4303fae2730.zip
Preventing Selenium to fill up /tmp.
Diffstat (limited to 'selenium')
-rw-r--r--selenium/withdraw_buy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py
index 93e0d2e24..67b590c60 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)