Unit testcases failed due to invalid argument "msgfmt" in xargs
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| OpenStack DBaaS (Trove) |
New
|
Undecided
|
Biswajit Raut | ||
Bug Description
ubuntu@
pep8 create: /tmp/trove/
pep8 installdeps: -r/tmp/
pep8 develop-inst: /tmp/trove
pep8 runtests: commands[0] | flake8
pep8 runtests: commands[1] | bash -c find trove -type f -regex '.*\.pot?' -print0 | xargs -0 -n 1 msgfmt --check-format -o /dev/null
xargs: msgfmt: No such file or directory
ERROR: InvocationError: "/bin/bash -c find trove -type f -regex '.*\\.pot?' -print0 | xargs -0 -n 1 msgfmt --check-format -o /dev/null"
_______
ERROR: pep8: commands failed
| Changed in trove: | |
| assignee: | nobody → Biswajit Raut (biswajit-raut) |

I believe this is a duplicate of https:/ /bugs.launchpad .net/trove- integration/ +bug/1317652 which is already in review /review. openstack. org/#/c/ 92917/
https:/