chiark / gitweb /
fix install test by making sure common.options is set
authorHans-Christoph Steiner <hans@eds.org>
Tue, 20 Jan 2015 21:40:45 +0000 (22:40 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 21 Jan 2015 09:21:54 +0000 (10:21 +0100)
tests/install.TestCase

index fcedb95990359a39f88381e968a4c2039c9cb455..f0a6a968ee3af4e52213fb68e747ec223e08985c 100755 (executable)
@@ -40,6 +40,7 @@ if __name__ == "__main__":
     parser.add_option("-v", "--verbose", action="store_true", default=False,
                       help="Spew out even more information than normal")
     (fdroidserver.install.options, args) = parser.parse_args(['--verbose'])
+    fdroidserver.common.options = fdroidserver.install.options
 
     newSuite = unittest.TestSuite()
     newSuite.addTest(unittest.makeSuite(InstallTest))