mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix this test to work from source tree root
It would work if you ran the test from its location in tests/test_ipalib but this isn't the most common method. If you want to run it individually you can do: $ ./make-test tests/test_ipalib/test_text.py
This commit is contained in:
parent
1e963646b3
commit
e874b41c5b
@ -70,8 +70,8 @@ def test_gettext():
|
||||
art the string "foo" would render as: "-->foo<--"
|
||||
'''
|
||||
|
||||
localedir='../../install/po/test_locale'
|
||||
test_file='../../install/po/test.po'
|
||||
localedir='install/po/test_locale'
|
||||
test_file='install/po/test.po'
|
||||
|
||||
# The test installs the test message catalog under the en_US
|
||||
# (e.g. U.S. English) language. It would be nice to use a dummy
|
||||
|
Loading…
Reference in New Issue
Block a user