From 0485726ba2f19ec634e29d5f2e77b133a2471bf5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 10 Jul 2021 13:20:27 +0100 Subject: [PATCH] jstest: Better visibility of env vars to control logging etc. Signed-off-by: Ian Jackson --- jstest/jst-lower.rs | 2 ++ jstest/run1 | 3 +++ 2 files changed, 5 insertions(+) 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}" -- 2.30.2