gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] 06/07: abort() doesn't log anymore


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] 06/07: abort() doesn't log anymore
Date: Thu, 02 Nov 2017 16:21:20 +0100

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

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

commit d4e8b98934199416274b5d4c367002c38f1edcb2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 2 16:03:27 2017 +0100

    abort() doesn't log anymore
---
 selenium/withdraw_buy.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py
index 2ac477c1..0e3108f2 100755
--- a/selenium/withdraw_buy.py
+++ b/selenium/withdraw_buy.py
@@ -35,7 +35,6 @@ def kill_display():
 
 # All the operations we need upon errors.
 def abort(client):
-    print_log(client)
     client.quit()
     kill_display()
     sys.exit(1)
@@ -295,23 +294,28 @@ client = client_setup(args)['client']
 wait = WebDriverWait(client, 20)
 
 if not register(client):
+    print_log(client)
     abort(client)
 
 if not withdraw(client, "10.00 TESTKUDOS"):
+    print_log(client)
     abort(client)
 
 fulfillment_url_25 = buy_article(client, "25._The_Danger_of_Software_Patents")
 
 if not fulfillment_url_25:
+    print_log(client)
     abort(client)
 
 client.delete_all_cookies()
 
 if not buy_article(client, "25._The_Danger_of_Software_Patents", 
fulfillment_url_25):
+    print_log(client)
     logger.error("Could not replay payment")
     abort(client)
 
 if not make_donation(client, "1.0 TESTKUDOS"):
+    print_log(client)
     abort(client)
 
 client.quit()

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



reply via email to

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