changeset 3459 | 69771a6ca4a6 |
parent 3458 | 2c712b8c736f |
child 3542 | c1d627434cd1 |
--- a/tests/tools/Docker/beremiz-sikuli/Dockerfile Mon May 16 13:01:54 2022 +0200 +++ b/tests/tools/Docker/beremiz-sikuli/Dockerfile Mon May 16 21:40:44 2022 +0200 @@ -48,7 +48,7 @@ ) | install /dev/stdin /usr/local/bin/sikulix -RUN echo -e '#!/bin/bash\nmake -f /home/testing/src/beremiz/tests/Makefile' > /usr/local/bin/do_tests +RUN 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 USER $UNAME