From: Michael Tremer Date: Thu, 8 Apr 2010 12:29:18 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f37f0acbbae24cf7695e59a31af36549037ebfd;p=ipfire-3.x.git Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x --- 6f37f0acbbae24cf7695e59a31af36549037ebfd diff --cc tools/quality-agent.d/050-canary index 4f7860e7d,57c7fad23..7fde31cbe --- a/tools/quality-agent.d/050-canary +++ b/tools/quality-agent.d/050-canary @@@ -9,12 -9,8 +9,12 @@@ function check() local file for file in $(find_elf_files ${BINARY_PATHS}); do + if filter_startfiles ${file}; then + continue + fi + if ! has_canary ${file}; then - log_error " Has no canary: ${file}" + log_warning " Has no canary: ${file}" failed=1 fi done