FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e8381e36 authored by L. Bower's avatar L. Bower
Browse files

re-adding separators from tests but hard coding to linux

parent 49fd5be6
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ class TestAdvisory(BaseAdvisoryTestSuite.AdvisoryTestSuite): ...@@ -56,7 +56,7 @@ class TestAdvisory(BaseAdvisoryTestSuite.AdvisoryTestSuite):
run_config = IntegrationTestUtils.DEFAULT_ADVISORY_CONFIG_FILE_PATH run_config = IntegrationTestUtils.DEFAULT_ADVISORY_CONFIG_FILE_PATH
run_config_dict: dict = IntegrationTestUtils.load_json_file(run_config) run_config_dict: dict = IntegrationTestUtils.load_json_file(run_config)
IntegrationTestUtils.TEST_OUT_PATH = IntegrationTestUtils.TEST_WORKSPACE_PATH + prefix IntegrationTestUtils.TEST_OUT_PATH = IntegrationTestUtils.TEST_WORKSPACE_PATH + prefix + "/"
# may be reusing a non-timestamped output file during development, so allow extant TEST_OUT_PATH # may be reusing a non-timestamped output file during development, so allow extant TEST_OUT_PATH
os.makedirs(IntegrationTestUtils.TEST_OUT_PATH, exist_ok = True) os.makedirs(IntegrationTestUtils.TEST_OUT_PATH, exist_ok = True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment