contrib/docker/centos6
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Apr 2014 12:19:48 -0700
changeset 21434 a264fca9181b
parent 21255 62a2749895e4
child 22442 77da9c03be60
permissions -rw-r--r--
run-tests: teach Test instances whether they are in unittest mode Tests executing in unittest mode behave a little differently. For example, they report their results to a TestResult rather than just printing. This patch paves the way for better integration of Test into the unittest framework.

FROM centos
RUN yum install -y gcc
RUN yum install -y python-devel python-docutils
RUN yum install -y make
RUN yum install -y rpm-build
RUN yum install -y gettext
RUN yum install -y tar