summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 19:02:10 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 19:02:10 -0500
commit7f65323fdd6a6629af8d2365338e7c2a353fb6b2 (patch)
tree7ad6db9390ce1829522d1da2e1170ce3681f7648 /test
parent33ea0bcb90b3c2cbceaec3117163bcd7b4b817d9 (diff)
downloadthird_party-func-7f65323fdd6a6629af8d2365338e7c2a353fb6b2.tar.gz
third_party-func-7f65323fdd6a6629af8d2365338e7c2a353fb6b2.tar.xz
third_party-func-7f65323fdd6a6629af8d2365338e7c2a353fb6b2.zip
at the moment, we don't need any func/.* files to build, so change the cp command to
ignore them (and in the process, avoiding copying around a big pile of git stuff)
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-it.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-it.sh b/test/test-it.sh
index 719415b..c61e804 100755
--- a/test/test-it.sh
+++ b/test/test-it.sh
@@ -84,7 +84,7 @@ copy_code_to_buildroot()
msg "Copying current build dir to $BUILD_PATH"
rm -rf $BUILD_PATH
mkdir -p $BUILD_PATH/func/
- cp -var $BASE_DIR/ $BUILD_PATH
+ cp -var $BASE_DIR/* $BUILD_PATH/func
}