[Kimchi-devel] [PATCH][Kimchi] Improve UI error codes checking

Ramon Medeiros ramonn at linux.vnet.ibm.com
Fri Jun 10 15:47:37 UTC 2016


Signed-off-by: Ramon Medeiros <ramonn at linux.vnet.ibm.com>
---
 check_ui_code_errors.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check_ui_code_errors.sh b/check_ui_code_errors.sh
index 59d631f..58dd231 100755
--- a/check_ui_code_errors.sh
+++ b/check_ui_code_errors.sh
@@ -20,7 +20,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
 errors="$(cat ui/pages/i18n.json.tmpl | grep -o 'KCH[0-9A-Z]*'| sort)"
-uiErrors="$(grep -Ro 'KCH[0-9A-Z]*' ui/js/ | cut -d: -f2 | sort| uniq)"
+uiErrors="$(grep -ERo 'KCH[0-9A-Z]+' ui/js/ | cut -d: -f2 | sort| uniq)"
 
 # all errors on i18n are present in js/html files: success
 if [ "$errors" == "$uiErrors" ]; then
-- 
2.5.5




More information about the Kimchi-devel mailing list