Changeset 2618
- Timestamp:
- 05/14/12 09:26:39 (13 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/regression-tests/cleandig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/regression-tests/cleandig
r2501 r2618 5 5 drill -a -p $port -o rd -D -k trustedkeys $1 $2 @$nameserver > $testname/drill.out 2>&1 6 6 echo 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>&17 /usr/lib/go/bin/q -tcp=true -short=true -rd=false -check -dnssec -port=$port @$nameserver $2 $1 > $testname/q.out 2>&1 8 8 echo RETVAL: $? >> $testname/q.out 9 9 if [ ! -e $testname/skip-unboundhost ]