diff --git a/tester.py b/tester.py index aab1d99c44e33df4406c669e85b1b5e5659e4db6..7a9c07bf8c0f46b8a8a5884e1e3209e2362c5d35 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):