From a5d4d96d8f5d3d434ffe454d24b0daf4a8c7d27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Tue, 14 Mar 2017 09:50:23 +0100 Subject: [PATCH] Log instances to test (refs #20760). --- tester.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tester.py b/tester.py index aab1d99c..7a9c07bf 100755 --- a/tester.py +++ b/tester.py @@ -169,6 +169,7 @@ class Tester(): max_instances = 2 if len(ms_users) > max_instances: ms_users = ms_users[:max_instances] + log('Instances that will be tested: %s.' % ', '.join(ms_users)) # Clone testing suite ms_path = os.path.join(path, 'ms-testing-suite') if os.path.exists(ms_path): -- GitLab