From: lxoliva Date: Fri, 22 Jan 2010 06:52:02 +0000 (+0000) Subject: Note that python is too slow even for the testsuite. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=c94d856feee8c6c308cf827f42a41b5991a2d5ef;p=releases.git 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 --- 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