From d3b5cece9a39bdbc3c1db2a68901938b430ec1b9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Dec 2014 23:11:22 +0000 Subject: [PATCH] -simplify tools test --- src/dht/test_dht_api_peer1.conf | 2 ++ src/dht/test_dht_tools.py.in | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf index 13c59d070..f38d6f1a3 100644 --- a/src/dht/test_dht_api_peer1.conf +++ b/src/dht/test_dht_api_peer1.conf @@ -1,3 +1,5 @@ +@INLINE@ ../../contrib/no_forcestart.conf + [dhtcache] QUOTA = 1 MB DATABASE = heap diff --git a/src/dht/test_dht_tools.py.in b/src/dht/test_dht_tools.py.in index 1c6bdea18..2fb611576 100644 --- a/src/dht/test_dht_tools.py.in +++ b/src/dht/test_dht_tools.py.in @@ -98,10 +98,6 @@ def print_only_failer (command, rc, stdo, stde, normal): shutil.copyfile ('test_dht_api_peer1.conf', tempcfg) -print ("TEST: Generating hostkey...", end='') -r_pif ([], failer = print_only_failer) -print ("PASS") - print ("TEST: Starting ARM...", end='') r_arm (['-s'], failer = end_arm_failer, want_stdo = False, want_stde = False) print ("PASS") -- 2.25.1