Index: cam/test.sh =================================================================== --- cam/test.sh (revision 33543) +++ cam/test.sh (revision 33544) @@ -9,6 +9,8 @@ { (cd $ROOT/src && $DBG ./pcb-rnd "$@") 2>&1 | awk ' /^[*][*][*] Exporting:/ { next } + /Warning: footprint library list error on/ { next } + /^[ \t]*$/ { next } { print $0 } ' }