From 7f65323fdd6a6629af8d2365338e7c2a353fb6b2 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 4 Feb 2008 19:02:10 -0500 Subject: 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) --- test/test-it.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 } -- cgit