Comment 2 for bug 1221123

Revision history for this message
Akihiro Motoki (amotoki) wrote :

After grepping the code, I found out it is really small fix. I take it.

for dir in horizon openstack_dashboard; do
  grep '_(' `find $dir -type f | grep test` | grep -v '__('
  grep 'trans' `find $dir -type f | grep test` | grep -v '__('
done