From 9641a783dffbe551ced3a27d34363d937906197d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 16 Oct 2011 22:44:08 -0700 Subject: tests/repoman: fix manifests before adding to git --- pym/portage/tests/repoman/test_simple.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/portage/tests/repoman/test_simple.py b/pym/portage/tests/repoman/test_simple.py index 825f35698..534f0917b 100644 --- a/pym/portage/tests/repoman/test_simple.py +++ b/pym/portage/tests/repoman/test_simple.py @@ -123,6 +123,7 @@ class SimpleRepomanTestCase(TestCase): ("", git_cmd + ("config", "--global", "user.name", committer_name,)), ("", git_cmd + ("config", "--global", "user.email", committer_email,)), ("", git_cmd + ("init-db",)), + ("", repoman_cmd + ("manifest",)), ("", git_cmd + ("add", ".")), ("", git_cmd + ("commit", "-a", "-m", "add whole repo")), ("", cp_cmd + (test_ebuild, test_ebuild[:-8] + "2.ebuild")), -- cgit v1.2.3-1-g7c22