From 35385e307ffdbbd7ba53324ecba64cc73bad2ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 17 Jun 2011 14:58:54 +0200 Subject: [PATCH] Do not generate messages for tests --- scripts/update-po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-po b/scripts/update-po index f293467441..415bfc88f9 100755 --- a/scripts/update-po +++ b/scripts/update-po @@ -12,7 +12,7 @@ xgettext \ --debug \ --keyword=__ --keyword=_pgettext:1c,2 --keyword=_ngettext:1,2 \ --copyright-holder="phpMyAdmin devel team" \ - `find . -name '*.php' | sort` + `find . -name '*.php' -not -path './test/*' | sort` ver=`sed -n "/PMA_VERSION', '/ s/.*PMA_VERSION', '\(.*\)'.*/\1/p" libraries/Config.class.php`