mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
fix install test by making sure common.options is set
This commit is contained in:
parent
e3628b2d74
commit
3b3d026ee3
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ if __name__ == "__main__":
|
||||||
parser.add_option("-v", "--verbose", action="store_true", default=False,
|
parser.add_option("-v", "--verbose", action="store_true", default=False,
|
||||||
help="Spew out even more information than normal")
|
help="Spew out even more information than normal")
|
||||||
(fdroidserver.install.options, args) = parser.parse_args(['--verbose'])
|
(fdroidserver.install.options, args) = parser.parse_args(['--verbose'])
|
||||||
|
fdroidserver.common.options = fdroidserver.install.options
|
||||||
|
|
||||||
newSuite = unittest.TestSuite()
|
newSuite = unittest.TestSuite()
|
||||||
newSuite.addTest(unittest.makeSuite(InstallTest))
|
newSuite.addTest(unittest.makeSuite(InstallTest))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue