mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
tests: fix UI snapshot tests
This commit is contained in:
parent
3e890eb307
commit
2f7c7e8ff2
@ -2,4 +2,4 @@
|
|||||||
source: tests/ui.rs
|
source: tests/ui.rs
|
||||||
expression: "run_ouch(\"ouch compress input output.gz\", dir)"
|
expression: "run_ouch(\"ouch compress input output.gz\", dir)"
|
||||||
---
|
---
|
||||||
[INFO] Successfully compressed 'output.gz'.
|
[INFO] Successfully compressed 'output.gz'
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
source: tests/ui.rs
|
source: tests/ui.rs
|
||||||
expression: "run_ouch(\"ouch compress input output.zip\", dir)"
|
expression: "run_ouch(\"ouch compress input output.zip\", dir)"
|
||||||
---
|
---
|
||||||
[INFO] Compressing 'input'.
|
[INFO] Compressing 'input'
|
||||||
[INFO] Successfully compressed 'output.zip'.
|
[INFO] Successfully compressed 'output.zip'
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
source: tests/ui.rs
|
source: tests/ui.rs
|
||||||
expression: "run_ouch(\"ouch decompress output.zst\", dir)"
|
expression: "run_ouch(\"ouch decompress output.zst\", dir)"
|
||||||
---
|
---
|
||||||
[INFO] Successfully decompressed archive in current directory.
|
[INFO] Successfully decompressed archive in current directory
|
||||||
[INFO] Files unpacked: 1
|
[INFO] Files unpacked: 1
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
source: tests/ui.rs
|
source: tests/ui.rs
|
||||||
expression: "run_ouch(\"ouch compress input output1 --format tar.gz\", dir)"
|
expression: "run_ouch(\"ouch compress input output1 --format tar.gz\", dir)"
|
||||||
---
|
---
|
||||||
[INFO] Compressing 'input'.
|
[INFO] Compressing 'input'
|
||||||
[INFO] Successfully compressed 'output1'.
|
[INFO] Successfully compressed 'output1'
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
source: tests/ui.rs
|
source: tests/ui.rs
|
||||||
expression: "run_ouch(\"ouch compress input output2 --format .tar.gz\", dir)"
|
expression: "run_ouch(\"ouch compress input output2 --format .tar.gz\", dir)"
|
||||||
---
|
---
|
||||||
[INFO] Compressing 'input'.
|
[INFO] Compressing 'input'
|
||||||
[INFO] Successfully compressed 'output2'.
|
[INFO] Successfully compressed 'output2'
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
source: tests/ui.rs
|
source: tests/ui.rs
|
||||||
expression: "run_ouch(\"ouch compress input output1 --format tar.gz\", dir)"
|
expression: "run_ouch(\"ouch compress input output1 --format tar.gz\", dir)"
|
||||||
---
|
---
|
||||||
[INFO] Compressing 'input'.
|
[INFO] Compressing 'input'
|
||||||
[INFO] Successfully compressed 'output1'.
|
[INFO] Successfully compressed 'output1'
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
source: tests/ui.rs
|
source: tests/ui.rs
|
||||||
expression: "run_ouch(\"ouch compress input output2 --format .tar.gz\", dir)"
|
expression: "run_ouch(\"ouch compress input output2 --format .tar.gz\", dir)"
|
||||||
---
|
---
|
||||||
[INFO] Compressing 'input'.
|
[INFO] Compressing 'input'
|
||||||
[INFO] Successfully compressed 'output2'.
|
[INFO] Successfully compressed 'output2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user