From: rasky Date: Fri, 24 Sep 2010 09:31:11 +0000 (+0000) Subject: SEC: temporary exclude sec directory from nightly compilation tests, X-Git-Tag: 2.6.0~120 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=e9da37a12c607381b96a0d11e038ad07363da650 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 --- 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 ";