From: adilger Date: Wed, 29 May 2002 18:17:15 +0000 (+0000) Subject: Print when we are done the mount and start copying. X-Git-Tag: v1_7_100~5606 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f642ba32c518b8127ec34ca4f1bf6efb5cccbe34;p=fs%2Flustre-release.git Print when we are done the mount and start copying. --- 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