Updated the process termination command in the test-linglong.sh script from 'll-cli kill -9' to 'll-cli kill -kill 9' for proper syntax and functionality.
1. Added environment cleanup at start (remove old demo, reset repos)
2. Changed org.dde.demo to org.deepin.demo for consistency
3. Reduced sleep time from 20s to 5s for faster testing
4. Simplified process killing using appid instead of version/arch
5. Fixed module test sequence by moving uninstall before install
6. Improved overall script reliability with better cleanup steps
fix: 更新玲珑测试脚本并添加清理和改进
1. 在开始时添加环境清理(移除旧demo,重置仓库)
2. 将org.dde.demo改为org.deepin.demo保持一致性
3. 将等待时间从20秒减少到5秒以加快测试
4. 简化进程终止逻辑,直接使用appid而非版本/架构
5. 修复模块测试顺序,将卸载操作移到安装前
6. 通过更好的清理步骤提高脚本整体可靠性