auto-sync: 2026-05-23 13:31:48

This commit is contained in:
cfdaily
2026-05-23 13:31:49 +08:00
parent 9211459294
commit 8894a59f25
2 changed files with 23 additions and 2 deletions
+10
View File
@@ -11,6 +11,16 @@ BACKUP_DIR="$TARGET_DIR/.e2e-backup"
REGISTRY="$DATA_DIR/_registry.yaml"
TIMESTAMP=$(date +%Y%m%d_%H%M%S)
# 解析参数
for arg in "$@"; do
case "$arg" in
--target=*) TARGET_DIR="${arg#*=}" ;;
esac
done
DATA_DIR="$TARGET_DIR/data"
BACKUP_DIR="$TARGET_DIR/.e2e-backup"
REGISTRY="$DATA_DIR/_registry.yaml"
echo "=== moziplus v2 E2E 测试准备 ==="
echo "时间: $(date)"
echo ""