Don't sign repo in test. #146

This commit is contained in:
Andrey Smirnov
2014-11-27 00:34:04 +03:00
parent 26c0502307
commit 35b9a8ea91
+2 -2
View File
@@ -102,8 +102,8 @@ class CleanupDB9Test(BaseTest):
"aptly repo create -distribution=abc local-repo",
"aptly repo create -distribution=def local-repo2",
"aptly repo add local-repo ${files}",
"aptly publish repo local-repo",
"aptly publish repo -architectures=i386 local-repo2",
"aptly publish repo -skip-signing local-repo",
"aptly publish repo -skip-signing -architectures=i386 local-repo2",
"aptly repo remove local-repo Name",
]
runCmd = "aptly db cleanup"