Skip to content

Commit

Permalink
Detect missing textdomain during testing (bsc#1130822)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed May 30, 2019
1 parent 8bcf26e commit 16e89e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
# make sure we run the tests in English locale
# (some tests check the output which is marked for translation)
ENV["LC_ALL"] = "en_US.UTF-8"
# fail fast if a class does not declare textdomain (bsc#1130822)
ENV["Y2STRICTTEXTDOMAIN"] = "1"

LIBS_TO_SKIP = ["y2packager/repository"]

Expand Down

0 comments on commit 16e89e5

Please sign in to comment.