mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-04 22:09:36 -05:00
- 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:
parent
71788cf43a
commit
0f4fdb6669
2 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue