From c94d856feee8c6c308cf827f42a41b5991a2d5ef Mon Sep 17 00:00:00 2001 From: lxoliva Date: Fri, 22 Jan 2010 06:52:02 +0000 Subject: [PATCH] Note that python is too slow even for the testsuite. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5863 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check-awk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deblob-check-awk b/deblob-check-awk index 3ce0e8732566..45d6d79d3d71 100755 --- a/deblob-check-awk +++ b/deblob-check-awk @@ -369,6 +369,8 @@ if (${AWK-awk} --re-interval --version) > /dev/null 2>&1; then # processing lines containing /* such as this: # Documentation/sysctl/*, swap/mm readaround # Try it: deblob-check --use-python linux-2.6.32/CREDITS +# It hits even with our tiny testsuite: +# AWK=false PYTHON=python deblob-check -t elif (${PYTHON-false} --version) > /dev/null 2>&1; then set_main_cmd=set_python_main # Sed takes GBs of RAM to compile all the huge regexps in the sed -- 2.31.1