commit 4bd7f6855df9fd08443d1bed681338cc7c4b89c7
parent 7ab0717491dc2ef181a38e3acea18a91dafcc165
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Sun, 22 May 2016 21:50:41 +0200
print baseurl in selenium test
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/selenium/test.py b/selenium/test.py
@@ -222,6 +222,7 @@ parser = argparse.ArgumentParser()
parser.add_argument('--ext', help="packed extension (.crx file)", metavar="CRX", type=str, dest="ext", required=True)
parser.add_argument('--remote', help="Whether the test is to be run against URI, or locally", metavar="URI", type=str, dest="remote")
args = parser.parse_args()
+logger.info("testing against " + taler_baseurl)
logger.info("Getting extension's ID..")
ret = client_setup(args)
logger.info("Creating the browser driver..")