From 3c322ad7c72baf0ebd37b397994ccfc0ef2cd26c Mon Sep 17 00:00:00 2001 From: qwert Date: Tue, 5 Aug 2008 16:31:06 +0000 Subject: [PATCH 1/1] Fix test script to pass nightly test. Kdebug was removed one time becouse test compile it twicely. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1554 38d2e660-2303-0410-9eaa-f027e97ec537 --- test/gen_mk_src.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/gen_mk_src.sh b/test/gen_mk_src.sh index 0aab30d6..ac642824 100755 --- a/test/gen_mk_src.sh +++ b/test/gen_mk_src.sh @@ -55,12 +55,10 @@ CSRC=`${TEST_SCRIPT_DIR}/get_source_list.sh $1 c` ASRC=`${TEST_SCRIPT_DIR}/get_source_list.sh $1 S` #ASRC= +#kdebug must added to skip list because it is compiled two times and the linker fail. CSRC=`echo $CSRC | sed -e "s/${BERTOS_DIR_RE}\\/drv\\/kdebug\\.c//g"` #Source to skip: -if [ $1 = 'avr' ] ; then - `echo` -fi if [ $1 = 'arm' ] ; then for i in $ARM_DRV_C_EXCLUDE_LIST ; -- 2.25.1