Prepared the test run!
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Fri, 03 Apr 2015 22:58:14 +0200
changeset 1 f15f00b6a8a9
parent 0 48358f88e059
child 2 79c7422f579b
Prepared the test run!
Dockerfile
--- a/Dockerfile	Thu Apr 02 23:32:10 2015 +0200
+++ b/Dockerfile	Fri Apr 03 22:58:14 2015 +0200
@@ -27,21 +27,22 @@
 # prepare the build - files need to be owned
 # by exim-test
 WORKDIR /home/exim-test
-RUN chown -R exim-test: *
+RUN chown -R exim-test: .
 
 # Build Exim
 USER exim-test
 WORKDIR /home/exim-test/exim/src
 RUN make -j -l 1
 
-#
-## Prepare/Build the test-suite
-#WORKDIR /home/exim-test/exim/test
-#RUN mkdir /tmp/exim
-#RUN echo $PWD/test-config > /tmp/exim/trusted-configs
-#RUN autoconf
-#RUN ./configure
-#RUN make
-#
+
+# Prepare/Build the test-suite
+WORKDIR /home/exim-test/exim/test
+RUN mkdir /tmp/exim
+RUN echo $PWD/test-config > /tmp/exim/trusted-configs
+RUN autoconf
+RUN ./configure
+RUN make
+
 ## now finally run the tests
 ## should be done by you, manually :)
+# -> full hostname