Added start.sh and stop.sh, which read the values from conf.sh into the
environment and call the perl scripts.
This commit is contained in:
21
bin/tests/system/start.sh
Normal file
21
bin/tests/system/start.sh
Normal file
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2001 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
# copyright notice and this permission notice appear in all copies.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: start.sh,v 1.36 2001/02/21 20:11:33 bwelling Exp $
|
||||
|
||||
. conf.sh
|
||||
./start.pl $*
|
||||
21
bin/tests/system/stop.sh
Normal file
21
bin/tests/system/stop.sh
Normal file
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2001 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
# copyright notice and this permission notice appear in all copies.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: stop.sh,v 1.19 2001/02/21 20:11:34 bwelling Exp $
|
||||
|
||||
. conf.sh
|
||||
./stop.pl $*
|
||||
@@ -497,8 +497,10 @@
|
||||
./bin/tests/system/sortlist/ns1/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/sortlist/ns1/root.db ZONE 2000,2001
|
||||
./bin/tests/system/sortlist/tests.sh SH 2000,2001
|
||||
./bin/tests/system/start.sh SH 2000,2001
|
||||
./bin/tests/system/stop.sh SH 2000,2001
|
||||
./bin/tests/system/start.pl SH 2001
|
||||
./bin/tests/system/start.sh SH 2001
|
||||
./bin/tests/system/stop.pl SH 2001
|
||||
./bin/tests/system/stop.sh SH 2001
|
||||
./bin/tests/system/stress/clean.sh SH 2000,2001
|
||||
./bin/tests/system/stress/ns1/.cvsignore X 2000,2001
|
||||
./bin/tests/system/stress/ns1/named.conf CONF-C 2000,2001
|
||||
|
||||
Reference in New Issue
Block a user