ppodgorsek / docker-robot-framework

Robot Framework in Docker
https://cloud.docker.com/repository/docker/ppodgorsek/robot-framework
MIT License
333 stars 235 forks source link

Bash warning when ROBOT_TEST_RUN_ID is set #421

Closed dencze closed 1 year ago

dencze commented 1 year ago

Describe the bug Warning out of run-tests-in-virtual-screen.sh if ROBOT_TEST_RUN_ID is set /opt/robotframework/bin/run-tests-in-virtual-screen.sh: line 11: [: -eq: unary operator expected

To Reproduce Steps to reproduce the behavior:

  1. Start docker with environment ROBOT_TEST_RUN_ID' docker run -e ROBOT_TEST_RUN_ID="local" ppodgorsek/robot-framework:latest

Expected behavior No warning out of bash script

Robot template n/a

Screenshots n/a

Please provide any relevant information, such as: n/a

Additional context n/a

ppodgorsek commented 1 year ago

Thanks for your contribution, @dencze ! I updated your PR and merged it a few moments ago.