]> code.ossystems Code Review - openembedded-core.git/commitdiff
archiver.py: fix typo of "ARCHIVER_MIRROR_EXCLUDE" in comment
authorrpjday@crashcourse.ca <rpjday@crashcourse.ca>
Mon, 23 Mar 2020 17:03:55 +0000 (13:03 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Mar 2020 16:39:37 +0000 (16:39 +0000)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/archiver.py

index c036e0cbe2b0e9d9c8bf0d89a56ce24b94dc7eb8..606eaabcb0365cb962d3b56102fa6eddffd5cd35 100644 (file)
@@ -208,7 +208,7 @@ class Archiver(OESelftestTestCase):
         """
         Test that the archiver works with `ARCHIVER_MODE[src] = "mirror"` and
         correctly excludes an archive when its URL matches
-        `ARCHIVER_MIRROR_EXCLUDES`.
+        `ARCHIVER_MIRROR_EXCLUDE`.
         """
 
         target='selftest-ed'