[master 2/2] Fix a lying error message in style_guide.py

dashea installerbot-noreply at redhat.com
Wed Oct 7 14:29:55 UTC 2015


From: David Shea <dshea at redhat.com>

---
 tests/gettext_tests/style_guide.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gettext_tests/style_guide.py b/tests/gettext_tests/style_guide.py
index c71fc45..05b0de2 100755
--- a/tests/gettext_tests/style_guide.py
+++ b/tests/gettext_tests/style_guide.py
@@ -62,7 +62,7 @@
     sys.exit(99)
 
 if "top_builddir" not in os.environ:
-    sys.stderr.write("$top_srcdir must be defined in the test environment\n")
+    sys.stderr.write("$top_builddir must be defined in the test environment\n")
     sys.exit(99)
 
 # Update the .pot file with the latest strings


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/781034d887c3dee8f1b714cf6f56401491f6f7f8


More information about the anaconda-patches mailing list