FAQ | This is a LIVE service | Changelog

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

investigating failing env suit full fat failure

parent a31fc6f1
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class FullTestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
if IntegrationTestUtils.TEST_OUT_PATH is None or not os.path.isdir(
IntegrationTestUtils.TEST_OUT_PATH):
FullTestEnvSuit.write_temp_run_config_file()
# FullTestEnvSuit.run_env_pipeline()
FullTestEnvSuit.run_env_pipeline()
else:
print(f"output in {IntegrationTestUtils.TEST_OUT_PATH} already written, skipping rerun")
......
......@@ -181,7 +181,8 @@ class IntegrationTestUtils:
set_log_level(log_level)
try:
run_Process(args_dict)
print("running process")
run_Processsdsdsd(args_dict)
except SystemExit:
# we will eventually want to throw these to the calling class to be dealt with
pass
......
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