~ubuntu-branches/ubuntu/natty/bind9/natty-updates

« back to all changes in this revision

Viewing changes to bin/tests/system/runall.sh

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Internet Software Consortium, Inc, LaMont Jones
  • Date: 2010-06-21 09:53:30 UTC
  • mfrom: (1.6.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621095330-k6874kbj59lfo3xm
Tags: 1:9.7.1.dfsg-1
[Internet Software Consortium, Inc]

* 9.7.1

[LaMont Jones]

* Add freebsd support.  Closes: #578447
* soname changes
* freshen root cache.  LP: #596363

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#
3
 
# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
 
3
# Copyright (C) 2004, 2007, 2010  Internet Systems Consortium, Inc. ("ISC")
4
4
# Copyright (C) 2000, 2001  Internet Software Consortium.
5
5
#
6
6
# Permission to use, copy, modify, and/or distribute this software for any
15
15
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16
16
# PERFORMANCE OF THIS SOFTWARE.
17
17
 
18
 
# $Id: runall.sh,v 1.8 2007/06/19 23:47:00 tbox Exp $
 
18
# $Id: runall.sh,v 1.8.558.2 2010/03/04 23:49:19 tbox Exp $
19
19
 
20
20
#
21
21
# Run all the system tests.
35
35
    cat <<EOF >&2
36
36
I:
37
37
I:NOTE: Many of the tests were skipped because they require that
38
 
I:      the IP addresses 10.53.0.1 through 10.53.0.5 are configured 
 
38
I:      the IP addresses 10.53.0.1 through 10.53.0.7 are configured 
39
39
I:      as alias addresses on the loopback interface.  Please run
40
40
I:      "bin/tests/system/ifconfig.sh up" as root to configure them
41
41
I:      and rerun the tests.