mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +08:00
chore(scripts/run_tests): remove redundant apt list commands (#9226)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -50,8 +50,6 @@ done
|
||||
|
||||
if [ $missing_packages_count -gt 0 ]; then
|
||||
echo "Missing $missing_packages_count packages detected. Please run 'scripts/install-prerequisites.sh' to install them."
|
||||
echo "Current packages installed:"
|
||||
apt list --installed
|
||||
exit 1
|
||||
else
|
||||
echo "All required packages are installed."
|
||||
|
||||
Reference in New Issue
Block a user