mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-12-23 23:57:51 -05:00
tests: fix pycodestyle lookup
Pycodestyle is available as /usr/bin/pycodestyle-3 on Fedora.
This commit is contained in:
@@ -73,7 +73,7 @@ cmd_exists() {
|
||||
|
||||
find_command() {
|
||||
for name in $@; do
|
||||
for suff in "3" "-python3" ""; do
|
||||
for suff in "3" "-3" "-python3" ""; do
|
||||
cmd=${name}${suff}
|
||||
if cmd_exists $cmd; then
|
||||
echo $cmd
|
||||
|
||||
Reference in New Issue
Block a user