summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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
}