From f0a2f7d6fd7e57d6a88861e8b2caa6881a8932bc Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Thu, 20 Jun 2019 16:21:06 +0200 Subject: [PATCH] travis failure: added debug output --- test/local/test_config_yaml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/local/test_config_yaml.py b/test/local/test_config_yaml.py index 305cab2..03650ff 100644 --- a/test/local/test_config_yaml.py +++ b/test/local/test_config_yaml.py @@ -272,6 +272,7 @@ def check_config_entries(self, lines, uuid): def test_generate_sorted_with_localname(self): def check_config_entries(self, lines, uuid): + print lines self.assertEqual(2, len(lines)) self.assertEqual('''\ - git: {local-name: git, uri: %s/some/uri2}