RIOT-OS / RobotFW-tests

Includes tests for RIOT based on the Robot Framework
GNU Lesser General Public License v2.1
4 stars 13 forks source link

api_shell: Fix FOR warning #68

Closed MrKevinWeiss closed 4 years ago

MrKevinWeiss commented 4 years ago

It seems like updating robot has some deprecation issues. The warning appears Error in file '/opt/jenkins/workspace/RIOT-HIL_nightly/dist/robotframework/res/api_shell.keywords.txt' in FOR loop starting on line 59: For loop header ':FOR' is deprecated. Use 'FOR' instead. This fixes that by using FOR instead of :FOR.

MrKevinWeiss commented 4 years ago

Seems to have fixed the warnings and didn't break anything...