From 015ab412bc6439a491a5844068ff7c40f06645be Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 25 Jan 2017 16:42:09 -0800 Subject: [PATCH] test-api: Log API tests status. --- tools/test-api | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/test-api b/tools/test-api index 195e7329d9..40144cab5b 100755 --- a/tools/test-api +++ b/tools/test-api @@ -41,4 +41,7 @@ with test_server_running(): api_key=api_key, site=site) + print("Running API tests...") test_the_api(client) + +print("API tests passed!")