Skip to content
Snippets Groups Projects
Commit 8fea9bf9 authored by Jan Čermák's avatar Jan Čermák
Browse files

added environment variable for Nuci to do not restart services

parent d998a768
Branches
Tags
No related merge requests found
......@@ -35,6 +35,7 @@ class ForisTest(TestCase):
# load configs and monkey-patch env so Nuci uses them
cls.restore_config()
os.environ["NUCI_TEST_CONFIG_DIR"] = cls.config_directory
os.environ["NUCI_DONT_RESTART"] = "1"
# initialize Foris WSGI app
args = cls.make_args()
cls.app = TestApp(foris.prepare_main_app(args))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment