- 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
This commit is contained in:
Wouter Wijngaards 2017-07-06 13:39:28 +00:00
parent 71788cf43a
commit 0f4fdb6669
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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.