-
- Downloads
CI: fix broken test_aports_kernel (MR 2272)
Missing '/' in aports path will make glob below invalid. It will find 0 files and thus effectively skip all tests. Construct full path using f-strings. Double '/' in path that can be there if args.aports ends with slash is harmless.
Please register or sign in to comment