summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 19:03:16 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 19:03:16 -0500
commit46f897f0f33a6c1eb6d489cd8d3dc26b70035255 (patch)
tree4d608c2f0f41ba49980117db332d9efd417ddfeb /test
parent7f65323fdd6a6629af8d2365338e7c2a353fb6b2 (diff)
downloadfunc-46f897f0f33a6c1eb6d489cd8d3dc26b70035255.tar.gz
func-46f897f0f33a6c1eb6d489cd8d3dc26b70035255.tar.xz
func-46f897f0f33a6c1eb6d489cd8d3dc26b70035255.zip
we don't really need to see the cp output I suppose
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-it.sh4
1 files changed, 2 insertions, 2 deletions
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
}