test(e2e): add rar smoke coverage and align archive deps

This commit is contained in:
kl
2026-03-09 11:19:27 +08:00
parent 4ab383709c
commit 8dd9b78c48
3 changed files with 9 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ try {
}
});
} catch (err) {
console.error('Failed to create archive fixtures. Ensure tar/zip/7z (or bsdtar) are available in PATH.');
console.error('Failed to create archive fixtures. Ensure python3, zip, 7z (or bsdtar) are available in PATH.');
throw err instanceof Error ? err : new Error(String(err));
} finally {
fs.rmSync(archiveWork, { recursive: true, force: true });