From ade2f886242ec3e7ca189067accaf745aa43f5c1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Oct 2019 13:08:31 +0100 Subject: [PATCH] test-common: Rename SECNET_TEST_BUILDDIR variable No longer just stest. Signed-off-by: Ian Jackson --- test-common.make.in | 2 +- test-common.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-common.make.in b/test-common.make.in index ceb7ed1..2f3c248 100644 --- a/test-common.make.in +++ b/test-common.make.in @@ -17,7 +17,7 @@ check-real: $(foreach t,$(TESTNAMES),d-$t/ok) d-%/ok: $(srcdir)/t-% $(DEPS) @rm -rf d-$*; mkdir d-$* - export STEST_BUILDDIR=$(topbuilddir); \ + export SECNET_TEST_BUILDDIR=$(topbuilddir); \ cd $(topdir) && $(TESTDIR)/t-$* >$(topbuilddir)/$(TESTDIR)/d-$*/log 2>&1 @printf "$* " @touch $@ diff --git a/test-common.tcl b/test-common.tcl index 04def33..45bddce 100644 --- a/test-common.tcl +++ b/test-common.tcl @@ -8,7 +8,7 @@ proc prefix_some_path {pathvar entry} { } if {![catch { - set builddir $env(STEST_BUILDDIR) + set builddir $env(SECNET_TEST_BUILDDIR) }]} {} else { set builddir . } -- 2.30.2