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:
VIFEX
2025-11-23 21:49:48 +08:00
committed by GitHub
parent 07539958a6
commit 96c132f777
-2
View File
@@ -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."