Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleš Matěj <amatej@redhat.com>2019-05-04 23:22:21 +0300
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>2019-05-05 01:10:45 +0300
commit620842e94b44a0ae79b27a3690c53c731491dbd4 (patch)
tree3d29f3b6a6c36b943781c4ceb48cf6a40ab67cb8 /README.md
parent68df33380609d6c9d860e76ba62a3d7ce26da07b (diff)
Fix failing test without libmodulemd support
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e850ed..9cea9e1 100644
--- a/README.md
+++ b/README.md
@@ -164,7 +164,7 @@ Note: For a verbose output of testing use: ``make ARGS="-V" test``
build/tests/run_gtester.sh
-Note: The C tests have to be builded by ``make tests``)!
+Note: The C tests have to be built by ``make tests``)!
### Run only Python unittests (from your checkout dir):
@@ -174,6 +174,8 @@ Or, for an alternative python version, specify the appropriate nosetests executa
PYTHONPATH=`readlink -f ./build/src/python/` nosetests-3.4 -s tests/python/tests/
+Note: When compiling createrepo_c without libmodulemd support add ``WITH_LIBMODULEMD=OFF``
+
### Links
[Bugzilla](https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=MODIFIED&bug_status=VERIFIED&component=createrepo_c&query_format=advanced)