mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-31 16:27:03 +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
|
if [ $missing_packages_count -gt 0 ]; then
|
||||||
echo "Missing $missing_packages_count packages detected. Please run 'scripts/install-prerequisites.sh' to install them."
|
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
|
exit 1
|
||||||
else
|
else
|
||||||
echo "All required packages are installed."
|
echo "All required packages are installed."
|
||||||
|
|||||||
Reference in New Issue
Block a user