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
* tests: Fix several copy and paste errors in error messages
Signed-off-by: Stefan Berger <[email protected]>
* _cli: Remove type=bool from --allow_symlinks definition
With click v8.2.0, When type=bool and is_flag=True are both set, then the
--allow_symlinks option does not work properly, which fails the test case
for example. This behavior seems to be fixed in click v8.2.1. Nevertheless,
remove type=bool from the definition of the option since it doesn't seem
to be necessary.
Signed-off-by: Stefan Berger <[email protected]>
* ci: Run apt update before apt install
Run apt update before apt install to avoid issues with updated packages.
Signed-off-by: Stefan Berger <[email protected]>
---------
Signed-off-by: Stefan Berger <[email protected]>
0 commit comments