/
githubmirror
/
zstd
Обзор
Документация
Войти
/
githubmirror
/
zstd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
tests/cli-tests/progress/progress.sh.stderr.glob
62 строки
1 KB
Nick Terrell
Refactor progress bar & summary line logic
15 дек 2022, 02:44
15 дек 2022, 02:44
fbff782
Код
Авторство
О чём код?
Tests cases where progress information should be printed args = --progress compress file to file *Read:*hello*hello.zst* compress pipe to pipe *Read:*stdin*stdout* compress pipe to file *Read:*stdin*hello.zst* compress file to pipe *Read:*hello*stdout* compress 2 files *Read*2 files compressed* decompress file to file *hello.zst*hello.zst* decompress pipe to pipe *stdin*stdin* decompress pipe to file *stdin*stdin* decompress file to pipe *hello.zst*hello.zst* decompress 2 files *hello.zst*2 files decompressed* args = --fake-stderr-is-console compress file to file *Read:*hello*hello.zst* compress pipe to pipe compress pipe to file *Read:*stdin*hello.zst* compress file to pipe compress 2 files *Read*2 files compressed* decompress file to file *hello.zst*hello.zst* decompress pipe to pipe decompress pipe to file *stdin*stdin* decompress file to pipe decompress 2 files *hello.zst*2 files decompressed* args = --progress --fake-stderr-is-console -q compress file to file *Read:*hello*hello.zst* compress pipe to pipe *Read:*stdin*stdout* compress pipe to file *Read:*stdin*hello.zst* compress file to pipe *Read:*hello*stdout* compress 2 files *Read*2 files compressed* decompress file to file *hello.zst*hello.zst* decompress pipe to pipe *stdin*stdin* decompress pipe to file *stdin*stdin* decompress file to pipe *hello.zst*hello.zst* decompress 2 files *hello.zst*2 files decompressed*