From 7f6cb7cac5c6aed5fb6250c9b53cb4a8500895ac Mon Sep 17 00:00:00 2001 From: Edouard Tisserant Date: Thu, 20 Oct 2016 21:37:33 +0200 Subject: [PATCH] test: re-enabled group_suvives_restart --- test/mp_sync_test.py | 2 +- test/multipEp.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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")