From: Christian Grothoff Date: Tue, 16 Dec 2014 23:11:22 +0000 (+0000) Subject: -simplify tools test X-Git-Tag: initial-import-from-subversion-38251~2833 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d3b5cece9a39bdbc3c1db2a68901938b430ec1b9;p=oweals%2Fgnunet.git -simplify tools test --- 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")