mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
clarified messages
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: run.sh,v 1.38 2001/02/14 00:14:24 nelsonm Exp $
|
# $Id: run.sh,v 1.39 2001/09/22 01:10:03 gson Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# Run a system test.
|
# Run a system test.
|
||||||
@@ -43,14 +43,14 @@ echo "A:System test $test" >&2
|
|||||||
|
|
||||||
if [ x$PERL = x ]
|
if [ x$PERL = x ]
|
||||||
then
|
then
|
||||||
echo "I:Perl not available. Not trying system tests." >&2
|
echo "I:Perl not available. Skipping test." >&2
|
||||||
echo "R:UNTESTED" >&2
|
echo "R:UNTESTED" >&2
|
||||||
echo "E:$test:`date`" >&2
|
echo "E:$test:`date`" >&2
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$PERL testsock.pl || {
|
$PERL testsock.pl || {
|
||||||
echo "I:Interfaces not set up. Not trying system tests." >&2;
|
echo "I:Network interface aliases not set up. Skipping test." >&2;
|
||||||
echo "R:UNTESTED" >&2;
|
echo "R:UNTESTED" >&2;
|
||||||
echo "E:$test:`date`" >&2;
|
echo "E:$test:`date`" >&2;
|
||||||
exit 0;
|
exit 0;
|
||||||
|
Reference in New Issue
Block a user