From: Ian Jackson Date: Sat, 10 Jul 2021 12:20:27 +0000 (+0100) Subject: jstest: Better visibility of env vars to control logging etc. X-Git-Tag: otter-0.7.2~168 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0485726ba2f19ec634e29d5f2e77b133a2471bf5;p=otter.git jstest: Better visibility of env vars to control logging etc. Signed-off-by: Ian Jackson --- diff --git a/jstest/jst-lower.rs b/jstest/jst-lower.rs index 18015785..c32e7a5c 100644 --- a/jstest/jst-lower.rs +++ b/jstest/jst-lower.rs @@ -2,6 +2,8 @@ // SPDX-License-Identifier: AGPL-3.0-or-later // There is NO WARRANTY. +// OTTER_JST_LOWER_ONLY=exhaustive-05 + use otter_nodejs_tests::*; pub type Vpid = VisiblePieceId; diff --git a/jstest/run1 b/jstest/run1 index ca7ac6f6..fe446037 100755 --- a/jstest/run1 +++ b/jstest/run1 @@ -1,4 +1,7 @@ #!/bin/bash + +# OTTER_JST_VERBOSE=1 + set -e self=jstest/run1 src="${0%/$self}"