From cad2ce3a08ebb5c47798d4b0362d5093689f15b2 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sun, 26 Mar 2017 17:07:18 +0200 Subject: fix hanging pyvirtualdisplay --- selenium/withdraw_buy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'selenium/withdraw_buy.py') diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py index 67b590c60..e2de6498d 100644 --- a/selenium/withdraw_buy.py +++ b/selenium/withdraw_buy.py @@ -292,4 +292,5 @@ ret = buy_article(client, "25._The_Danger_of_Software_Patents", fulfillment_url_ logger.info("Bookmarked purchase: '%s'" % ret) logger.info("Test passed") client.quit() +display.stop() sys.exit(0) -- cgit v1.2.3