From 99bd97f76dff2dfecaf586f20720b6c5bb6cd4e1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 27 Feb 2021 20:13:35 +0000 Subject: [PATCH] rename OTTER_TEST_LOG Signed-off-by: Ian Jackson --- README.md | 2 +- apitest.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9417b60e..9c6cccc3 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ Automatic in-browser tests an individual test with a rune like this: ``` - OTTER_WDT_LOG=otter_webdriver_tests=trace CARGO_MANIFEST_DIR=~ian/Rustup/Game/server time target/debug/wdt-simple --geckodriver-args= + OTTER_TEST_LOG=otter_webdriver_tests=trace CARGO_MANIFEST_DIR=~ian/Rustup/Game/server time target/debug/wdt-simple --geckodriver-args= ``` (This rune has some example logging options in it, for you to change diff --git a/apitest.rs b/apitest.rs index 3acce9be..8064cf40 100644 --- a/apitest.rs +++ b/apitest.rs @@ -771,7 +771,7 @@ pub fn setup_core(module_paths: &[&str]) -> builder .filter_level(log::LevelFilter::Info) - .parse_env("OTTER_WDT_LOG") + .parse_env("OTTER_TEST_LOG") .init(); debug!("starting"); -- 2.30.2