Skip to content
Snippets Groups Projects

CI: deviceinfo: allow inline comments

Merged methanal requested to merge methanal/pmaports:deviceinfo-ci into master
  1. Nov 21, 2024
    • methanal's avatar
      CI: deviceinfo: allow inline comments (MR 5766) · ecb1c7fa
      methanal authored and Newbyte's avatar Newbyte committed
      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
      Verified
      ecb1c7fa
Loading