commit: 0099095fd231d70b3f7e21bd7df7cbdac3c13d90
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 9 15:29:20 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Thu Jul 9 15:29:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=0099095f
external.py: Adds db_type to list of test config keys
layman/tests/external.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layman/tests/external.py b/layman/tests/external.py
index f8bcc8c..97bd6ee 100755
--- a/layman/tests/external.py
+++ b/layman/tests/external.py
@@ -345,7 +345,7 @@ class CLIArgs(unittest.TestCase):
'custom_news_pkg', 'cvs_addopts', 'cvs_command',
'cvs_postsync', 'cvs_syncopts', 'darcs_addopts',
'darcs_command', 'darcs_postsync', 'darcs_syncopts',
- 'g-common_command', 'g-common_generateopts',
+ 'db_type', 'g-common_command', 'g-common_generateopts',
'g-common_postsync', 'g-common_syncopts',
'g-sorcery_command', 'g-sorcery_generateopts',
'g-sorcery_postsync', 'g-sorcery_syncopts', 'git_addopts',