From e9da37a12c607381b96a0d11e038ad07363da650 Mon Sep 17 00:00:00 2001 From: rasky Date: Fri, 24 Sep 2010 09:31:11 +0000 Subject: [PATCH] SEC: temporary exclude sec directory from nightly compilation tests, as code there might be broken at any time. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4281 38d2e660-2303-0410-9eaa-f027e97ec537 --- test/get_source_list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/get_source_list.sh b/test/get_source_list.sh index 41f99ca6..9a0d625d 100755 --- a/test/get_source_list.sh +++ b/test/get_source_list.sh @@ -50,7 +50,7 @@ if [ $# \< 2 ] ; then exit 1 fi CPU_TARGET=$1 -EXCLUDE_DIRS="$COPY_DIR $CPU_DIR $APP_DIR $OS_DIR $WIZARD_DIR $EMUL_DIR $FAT_DIR $NMEA_DIR" +EXCLUDE_DIRS="$COPY_DIR $CPU_DIR $APP_DIR $OS_DIR $WIZARD_DIR $EMUL_DIR $FAT_DIR $NMEA_DIR ${BERTOS_DIR}/sec" EXCLUDE_CMD="\.svn -prune " for i in $EXCLUDE_DIRS; do EXCLUDE_CMD="$EXCLUDE_CMD -o -path $i -prune "; -- 2.25.1