Commit Graph

13 Commits

Author SHA1 Message Date
wrj97 1cb0a541f4 chore: fix uab file name in test script
更新测试脚本中的 UAB 文件名以匹配实际的文件名格式。文
件名从 'org.deepin.demo_x86_64_0.0.0.1_main.uab' 改为
'org.deepin.demo_0.0.0.1_x86_64_main.uab',以符合项目中使用的正确命名
约定。
2025-10-28 10:10:36 +08:00
wrj97 cfe7785a80 chore: fix linglong test script package name
测试脚本已更新以修正安装命令中的包文件名格式。原来的文件名
模式'org.deepin.demo_x86_64_0.0.0.1_main.uab'不正确,已更改
为'org.deepin.demo_0.0.0.1_x86_64_main.uab'以匹配后续二进制层安装中使用
的实际包命名约定。这确保了测试过程中UAB包和二进制层包名称的一致性。
2025-10-15 13:16:51 +08:00
myml 1911137391 fix: correct kill command in linglong test script
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.
2025-07-16 10:57:44 +08:00
myml 36c92617e0 fix: update linglong test script with cleanup and improvements
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. 通过更好的清理步骤提高脚本整体可靠性
2025-07-16 09:48:48 +08:00
dengbo 8c4f5864a8 chore: update smoketest
Adds a basic smoke test for the Linglong package manager using a dedicated development repository.
2025-07-15 15:49:36 +08:00
reddevillg d442ea6ba5 fix: fix export test command
Signed-off-by: reddevillg <reddevillg@gmail.com>
2025-05-22 13:10:41 +08:00
ice909 71a8e8041d feat: support semver sepc
Supports semver specification version numbers.
2025-05-08 15:05:32 +08:00
bluesky 6a8053540b chore: update test-linglong.sh
Update the test script, remove sudo authentication, and run it locally to pop up an authentication box

Log: update test script
2024-12-23 13:04:29 +08:00
myml 0b7d27fc0b fix: getRemoteModuleList for incompatibility with runtime modules
获取远程模块列表时, 应该考虑兼容旧版本的runtime modules
优化安装和升级流程, 只安装单个模块时, 不需要提前获取远程模块列表
2024-12-20 10:39:18 +08:00
myml 9c7ec8a352 fix: handling of DBus addresses with options
当DBus环境变量包含选项时, 玲珑没有正确处理
2024-12-20 09:48:12 +08:00
myml df0a58926b fix: unable to install module
修复因合并代码导致的module功能异常
将module安装独立起来, 避免和binary安装混杂
2024-12-18 16:50:22 +08:00
bluesky ab490e3473 chore: update test-linglong.sh
add sudo for ll-cli install,uninstall command

Log: update shell script
2024-11-20 14:47:01 +08:00
bluesky 37b980544b feat: add test script for ll-cli
Add script to test the basic functions of ll -cl i

Log: add test script
2024-11-06 18:16:17 +08:00