From f642ba32c518b8127ec34ca4f1bf6efb5cccbe34 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 29 May 2002 18:17:15 +0000 Subject: [PATCH] Print when we are done the mount and start copying. --- lustre/tests/runtests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/runtests b/lustre/tests/runtests index 06ed91a..33ff25f 100755 --- a/lustre/tests/runtests +++ b/lustre/tests/runtests @@ -16,7 +16,9 @@ ERROR= # let's start slowly here... touch /mnt/lustre || fail "can't touch /mnt/lustre" 2 +echo "copying /etc/hosts to /mnt/lustre/hosts" cp /etc/hosts /mnt/lustre || fail "can't cp /etc/hosts" 3 +echo "comparing /etc/hosts and /mnt/lustre/hosts" diff -u /etc/hosts /mnt/lustre/hosts || fail "/etc/hosts copy different" 4 # ok, that hopefully worked, so let's do a little more -- 1.8.3.1