From 47193a83c4f71fab25bf2b98d0c916b7f66838e0 Mon Sep 17 00:00:00 2001
From: bwzhou <bwzhou>
Date: Tue, 11 Mar 2008 08:28:49 +0000
Subject: [PATCH] Branch b1_6 b=13285

minor change of error message
---
 lustre/tests/sanity.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh
index e05032f27a..9ccd09fb6c 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -2952,8 +2952,8 @@ test_71() {
 	[ ! -e $TGT -a -e $SRC ] && echo "copying $SRC to $TGT" && cp $SRC $TGT
 	echo "copying necessary libs to $DIR"
 	LIBS71=$(ldd $DIR/dbench|sed -e 's/\t*//' -e 's/.*=> //' -e 's/ .*//' -e 's/^\///')
-	(cd / && tar chf - $LIBS71) | (cd $DIR && tar xf -)
-	[ $? = 0 ] || error "can't copy libs"
+	(cd / && tar chf - $LIBS71) | (cd $DIR && tar xvf -)
+	[ $? = 0 ] || error "can't copy libs $LIBS71 to $DIR"
 	echo "chroot $DIR /dbench -c client.txt 2"
 	chroot $DIR /dbench -c client.txt 2
 	RC=$?
-- 
GitLab