diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-04-02 03:17:48 -0400 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-04-02 03:17:48 -0400 |
| commit | 47e9e98d6fdecb9d08cb3020a78d427eb8c76773 (patch) | |
| tree | 064e3620873d4dfb86e2eca513ac1157d6ff1aa2 /tests | |
| parent | 05219b89b367b077a1e1f61a2767e71f7f44665a (diff) | |
| download | oslo-47e9e98d6fdecb9d08cb3020a78d427eb8c76773.tar.gz oslo-47e9e98d6fdecb9d08cb3020a78d427eb8c76773.tar.xz oslo-47e9e98d6fdecb9d08cb3020a78d427eb8c76773.zip | |
Fix the co-authored-by processing.
One of the problems with fakes is that sometimes you can fake away
a bug and have happily passing tests and broken code.
Change-Id: Ib544739699b63d3f5e80edc16e19377d45782334
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/test_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_setup.py b/tests/unit/test_setup.py index ae19c98..c032592 100644 --- a/tests/unit/test_setup.py +++ b/tests/unit/test_setup.py @@ -138,7 +138,7 @@ class GitLogsTest(utils.BaseTestCase): git_log_cmd = ("git --git-dir=%s log --format" % os.path.join(root_dir, '.git')) - git_co_log_cmd = ("git log --git-dir=%s" % + git_co_log_cmd = ("git --git-dir=%s log" % os.path.join(root_dir, '.git')) cmd_map = { git_log_cmd: author_new, |
