-
- Downloads
CI: deviceinfo: allow inline comments (MR 5766)
The current test script disallows these kinds of comments: deviceinfo_some_variable="some_value" # an inline comment Since deviceinfo is essentially a shell script, it does make sense to allow inline comments. It is relatively simple to implement as well, by adjusting the regex. [ci:skip-build]: already built successfully in CI
Please register or sign in to comment