diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-08-20 07:53:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-08-20 07:53:47 +0000 |
| commit | c1abf87fec3d62743b3aa3266d1d463bba5bb1ee (patch) | |
| tree | e2a9caf2cc6b4bb5cea7748d8af28be620bba31f | |
| parent | e4f038d5bd3def8c275a9fd89ecd28912ead3b6e (diff) | |
| parent | 55b37bef9ba3a45abd544e3b4487cba2ddad37db (diff) | |
| download | nova-c1abf87fec3d62743b3aa3266d1d463bba5bb1ee.tar.gz nova-c1abf87fec3d62743b3aa3266d1d463bba5bb1ee.tar.xz nova-c1abf87fec3d62743b3aa3266d1d463bba5bb1ee.zip | |
Merge "Disable I18N in Nova's test suites"
| -rwxr-xr-x | run_tests.sh | 4 | ||||
| -rw-r--r-- | tox.ini | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh index 0fd7f4169..0b7f52a55 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -67,6 +67,10 @@ export NOSE_OPENSTACK_YELLOW=0.025 export NOSE_OPENSTACK_SHOW_ELAPSED=1 export NOSE_OPENSTACK_STDOUT=1 +export LANG=en_US.UTF-8 +export LANGUAGE=en_US:en +export LC_ALL=C + for arg in "$@"; do process_option $arg done @@ -9,6 +9,10 @@ setenv = VIRTUAL_ENV={envdir} NOSE_OPENSTACK_YELLOW=0.025 NOSE_OPENSTACK_SHOW_ELAPSED=1 NOSE_OPENSTACK_STDOUT=1 + LANG=en_US.UTF-8 + LANGUAGE=en_US:en + LC_ALL=C + deps = -r{toxinidir}/tools/pip-requires -r{toxinidir}/tools/test-requires commands = nosetests {posargs} |
