From 46f897f0f33a6c1eb6d489cd8d3dc26b70035255 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 4 Feb 2008 19:03:16 -0500 Subject: we don't really need to see the cp output I suppose --- test/test-it.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test-it.sh b/test/test-it.sh index c61e804..a0bfccb 100755 --- a/test/test-it.sh +++ b/test/test-it.sh @@ -81,10 +81,10 @@ check_out_code() copy_code_to_buildroot() { - msg "Copying current build dir to $BUILD_PATH" + msg "Copying current build dir $BASE_DIR to $BUILD_PATH/func" rm -rf $BUILD_PATH mkdir -p $BUILD_PATH/func/ - cp -var $BASE_DIR/* $BUILD_PATH/func + cp -ar $BASE_DIR/* $BUILD_PATH/func } -- cgit