Preventing Selenium to fill up /tmp.

This commit is contained in:
Marcello Stanisci 2017-03-08 17:44:20 +01:00
parent 5cbe41cf60
commit 85009860d7
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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)