Changeset 2618

Show
Ignore:
Timestamp:
05/14/12 09:26:39 (13 months ago)
Author:
peter
Message:

use tcp in q invocation during tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/regression-tests/cleandig

    r2501 r2618  
    55drill -a -p $port -o rd -D -k trustedkeys $1 $2 @$nameserver > $testname/drill.out 2>&1 
    66echo RETVAL: $? >> $testname/drill.out 
    7 /usr/lib/go/bin/q -short=true -rd=false -check -dnssec -port=$port @$nameserver $2 $1 > $testname/q.out 2>&1 
     7/usr/lib/go/bin/q -tcp=true -short=true -rd=false -check -dnssec -port=$port @$nameserver $2 $1 > $testname/q.out 2>&1 
    88echo RETVAL: $? >> $testname/q.out 
    99if [ ! -e $testname/skip-unboundhost ]