Skip to content

Commit

Permalink
Avoid root requirements in release check script
Browse files Browse the repository at this point in the history
The ABI check patch of check-release.py script accidentally also
introduced a change which made the test run as root (using sudo),
which is not required.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Aug 30, 2023
1 parent f5d82da commit 95cb123
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devtools/check-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ def run_test(repo, conf, release_commit):

cmd += """
make check; \\
sudo make check \\
"""

run(cmd)
Expand Down

0 comments on commit 95cb123

Please sign in to comment.