commit cad2ce3a08ebb5c47798d4b0362d5093689f15b2
parent 4178dcadc6a6a856a754e3a370c22fa342735e42
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Sun, 26 Mar 2017 17:07:18 +0200
fix hanging pyvirtualdisplay
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)