configure: (mostly) revert b7a56f0531

Plugins are a first-class citizen again.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2019-01-11 16:21:08 +10:30
parent 94eb2620dc
commit 61420bf79b
8 changed files with 8 additions and 32 deletions

View File

@@ -41,7 +41,6 @@ EXPERIMENTAL_FEATURES = os.getenv("EXPERIMENTAL_FEATURES", config['EXPERIMENTAL_
TIMEOUT = int(os.getenv("TIMEOUT", "60"))
VALGRIND = os.getenv("VALGRIND", config['VALGRIND']) == "1"
SLOW_MACHINE = os.getenv("SLOW_MACHINE", "0") == "1"
PLUGINS = os.getenv("PLUGINS", config['PLUGINS']) == "1"
def wait_for(success, timeout=TIMEOUT):