diff --git a/test/mp_sync_test.py b/test/mp_sync_test.py index 2ad0361..853ac3c 100644 --- a/test/mp_sync_test.py +++ b/test/mp_sync_test.py @@ -134,6 +134,6 @@ if __name__ == "__main__": run_scenario(group_on_cannotdecrypt) run_scenario(group_of_3_members) run_scenario(keygen_in_a_group_of_3_members) - # run_scenario(group_suvives_restart) + run_scenario(group_suvives_restart) run_scenario(nokey_in_a_group_of_3_members) diff --git a/test/multipEp.py b/test/multipEp.py index a9a439e..b8f2e7b 100644 --- a/test/multipEp.py +++ b/test/multipEp.py @@ -345,7 +345,9 @@ def run_scenario(scenario): action = sc.send(res) except StopIteration: pass - if "wait_for_debug" in sys.argv: + if "wait_for_cleanup" in sys.argv: + for iname,(proc, conn, tmpdir) in instances.items(): + print("Instance " + iname + " waits into " + tmpdir.name) input("#"*80 + "\n" + "Press ENTER to cleanup\n" + "#"*80 + "\n")