You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AltLinux 10 does not support the sequential "time <set_env> coverage run ...".
Because this OS does not has a builtin command 'time' in bash.
https://forum.altlinux.org/index.php?topic=48342.0
We will install 'time' manually and use another command "<set_env> time coverage run ..." that works without problems but it requires to install 'time' on Ubuntu 2024.04, too.
AlpineLinux processes a new command line without any problems.
0 commit comments