Whamcloud - gitweb
Print when we are done the mount and start copying.
authoradilger <adilger>
Wed, 29 May 2002 18:17:15 +0000 (18:17 +0000)
committeradilger <adilger>
Wed, 29 May 2002 18:17:15 +0000 (18:17 +0000)
lustre/tests/runtests

index 06ed91a..33ff25f 100755 (executable)
@@ -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