Remove the test-config file
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Mon, 15 Jun 2015 17:29:46 +0200
changeset 13 1fe49e314ec9
parent 12 799e49258445
child 14 6a83ee58d034
Remove the test-config file
platforms/debian7/Dockerfile.in
platforms/debian8/Dockerfile.in
platforms/fedora21/Dockerfile.in
platforms/opensuse/Dockerfile.in
--- a/platforms/debian7/Dockerfile.in	Mon Jun 15 17:28:08 2015 +0200
+++ b/platforms/debian7/Dockerfile.in	Mon Jun 15 17:29:46 2015 +0200
@@ -45,6 +45,7 @@
 RUN autoconf
 RUN ./configure
 RUN make
+RUN rm -f test-config
 
 ## now finally run the tests
 ## should be done by you, manually :)
--- a/platforms/debian8/Dockerfile.in	Mon Jun 15 17:28:08 2015 +0200
+++ b/platforms/debian8/Dockerfile.in	Mon Jun 15 17:29:46 2015 +0200
@@ -44,6 +44,7 @@
 RUN autoconf
 RUN ./configure
 RUN make
+RUN rm -f test-config
 
 ## now finally run the tests
 ## should be done by you, manually :)
--- a/platforms/fedora21/Dockerfile.in	Mon Jun 15 17:28:08 2015 +0200
+++ b/platforms/fedora21/Dockerfile.in	Mon Jun 15 17:29:46 2015 +0200
@@ -41,6 +41,7 @@
 RUN autoconf
 RUN ./configure
 RUN make
+RUN rm -f test-config
 
 ## now finally run the tests
 ## should be done by you, manually :)
--- a/platforms/opensuse/Dockerfile.in	Mon Jun 15 17:28:08 2015 +0200
+++ b/platforms/opensuse/Dockerfile.in	Mon Jun 15 17:29:46 2015 +0200
@@ -42,6 +42,7 @@
 RUN autoconf
 RUN ./configure
 RUN make
+RUN rm -f test-config
 
 ## now finally run the tests
 ## should be done by you, manually :)