From 0f4fdb6669a8fbdabb0494e3c22eca830d0ff9a0 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 6 Jul 2017 13:39:28 +0000 Subject: [PATCH] - Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists). git-svn-id: file:///svn/unbound/trunk@4266 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + testcode/run_vm.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index dc8e08f90..db884d34c 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 6 July 2017: Wouter - Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg. + - Fix svn hooks for tdir (selected if testcode/mini_tdir.sh exists). 4 July 2017: Wouter - Fix 1332: Bump verbosity of failed chown'ing of the control socket. diff --git a/testcode/run_vm.sh b/testcode/run_vm.sh index 268fb70eb..d4c2a2e11 100644 --- a/testcode/run_vm.sh +++ b/testcode/run_vm.sh @@ -24,8 +24,8 @@ else fi cd testdata TPKG=../testcode/mini_tdir.sh -#RUNLIST=`(ls -1 *.tdir|grep -v '^0[016]')` -RUNLIST=`(ls -1 *.tdir)` +#RUNLIST=`(ls -1d *.tdir|grep -v '^0[016]')` +RUNLIST=`(ls -1d *.tdir)` if test "$#" = "1"; then RUNLIST="$1"; fi # fix up tdir that was edited on keyboard interrupt.