From ef713e95502a8d62f6256a4a6944f845bd73206c Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Apr 03 2019 14:46:58 +0000 Subject: mention REPO and BRANCH in the development documentation --- diff --git a/dev/containers/f29-rpms-py3 b/dev/containers/f29-rpms-py3 index f061d3d..ec2efd0 100644 --- a/dev/containers/f29-rpms-py3 +++ b/dev/containers/f29-rpms-py3 @@ -18,7 +18,6 @@ RUN dnf -y install \ which \ git -# FIXME: this should use $REPO and $BRANCH: RUN cd / \ && git clone -b $BRANCH $REPO \ && chmod +x /pagure/dev/containers/runtests_py3.sh diff --git a/doc/development.rst b/doc/development.rst index 8130c90..5ed3d8d 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -317,6 +317,7 @@ Use the following command to run the tests :: This command will build a fedora based container and execute the test suite. You can also limit the tests to unit-test files or single tests similar to the ``python runtests.py`` -options described above. +options described above. You need set the environment variables REPO and BRANCH if the +tests are not yet available in the upstream pagure master branch.