# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1671112008 -3600
# Node ID 12b6add878769d4f7dd2449a535fb42940be204a
# Parent  ea30051326e93f02c6cc87900329eb92dcb382c5
tests/tools: move comment and remove dead code in Dockerfile

diff -r ea30051326e9 -r 12b6add87876 tests/tools/Docker/Dockerfile
--- a/tests/tools/Docker/Dockerfile	Thu Dec 15 14:45:52 2022 +0100
+++ b/tests/tools/Docker/Dockerfile	Thu Dec 15 14:46:48 2022 +0100
@@ -54,6 +54,7 @@
     ) | install /dev/stdin /usr/local/bin/sikulix
 
 
+# easy to remember 'do_tests' alias to invoke main makefile
 RUN env echo -e '#!/bin/bash\nmake -f /home/testing/src/beremiz/tests/Makefile $*' > /usr/local/bin/do_tests
 RUN chmod +x /usr/local/bin/do_tests
 
@@ -82,8 +83,3 @@
 # Points to python binary that test will use
 ENV BEREMIZPYTHONPATH /home/$UNAME/beremizenv/bin/python
 
-# easy to remember 'do_tests' alias to invoke main makefile
-ARG OWNDIRBASENAME=beremiz
-ENV OWNDIRBASENAME ${OWNDIRBASENAME}
-
-