diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-07-24 17:54:58 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-07-24 17:54:58 +0200 |
commit | e8311f08b22b44e2ff889b3128550dca09e54608 (patch) | |
tree | 7f796cd68d927e040f0529334592634cbb4a84e1 | |
parent | bf73ca10e8ac3834f73afbf724be6ae877c3c41e (diff) |
disable REST in tests that do not need itv0.11.6
-rw-r--r-- | contrib/conf/gnunet/no_autostart_above_core.conf | 3 | ||||
-rw-r--r-- | contrib/conf/gnunet/no_forcestart.conf | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/conf/gnunet/no_autostart_above_core.conf b/contrib/conf/gnunet/no_autostart_above_core.conf index 245b6a47d..478addd29 100644 --- a/contrib/conf/gnunet/no_autostart_above_core.conf +++ b/contrib/conf/gnunet/no_autostart_above_core.conf @@ -5,6 +5,9 @@ [dns] START_ON_DEMAND = NO +[rest] +START_ON_DEMAND = NO + [dht] START_ON_DEMAND = NO diff --git a/contrib/conf/gnunet/no_forcestart.conf b/contrib/conf/gnunet/no_forcestart.conf index de58c6039..2c874489e 100644 --- a/contrib/conf/gnunet/no_forcestart.conf +++ b/contrib/conf/gnunet/no_forcestart.conf @@ -18,6 +18,9 @@ IMMEDIATE_START = NO [cadet] IMMEDIATE_START = NO +[rest] +IMMEDIATE_START = NO + [nse] IMMEDIATE_START = NO WORKBITS = 0 @@ -54,4 +57,3 @@ IMMEDIATE_START = NO [nse] IMMEDIATE_START = NO - |