From fc2bae004b0c6763e7262090ee73a720bf8159cd Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 12 May 2006 09:24:55 -0400 Subject: Make unit tests use cobbler.py instead of the /usr/bin wrapper script --- tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/tests.py b/tests/tests.py index 03fa5f6..4d670ba 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -286,7 +286,7 @@ class TestCLIBasic(BootTest): # nothing major is broke at top level. Full CLI command testing # is not included (yet) since the API tests hit that fairly throughly # and it would easily double the length of the tests. - app = "cobbler/cobbler" + app = "cobbler/cobbler.py" self.assertTrue(subprocess.call([app,"list"]) == 0) if __name__ == "__main__": -- cgit