Procházet zdrojové kódy

fix(test): change trycmd config to use test/itest folder for testing

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens před 2 roky
rodič
revize
f6f8b421b2

+ 17 - 28
tests/cmd/basic.stdout

@@ -1,28 +1,17 @@
-build.rs
-Cargo.lock
-Cargo.toml
-CHANGELOG.md
-cliff.toml
-CODE_OF_CONDUCT.md
-completions
-CONTRIBUTING.md
-deb.asc
-deny.toml
-devtools
-dump
-flake.lock
-flake.nix
-Justfile
-LICENCE
-man
-README.md
-rust-toolchain.toml
-screenshots.png
-SECURITY.md
-snap
-src
-target
-tests
-treefmt.nix
-Vagrantfile
-xtests
+a
+b
+c
+d
+e
+f
+g
+h
+i
+j
+k
+l
+m
+n
+o
+p
+q

+ 1 - 0
tests/cmd/basic.toml

@@ -1 +1,2 @@
 bin.name = "eza"
+args = "tests/itest"

+ 17 - 28
tests/cmd/icons.stdout

@@ -1,28 +1,17 @@
- build.rs
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- cliff.toml
- CODE_OF_CONDUCT.md
- completions
- CONTRIBUTING.md
-󰦝 deb.asc
- deny.toml
- devtools
- dump
- flake.lock
- flake.nix
- Justfile
- LICENCE
- man
- README.md
- rust-toolchain.toml
- screenshots.png
- SECURITY.md
- snap
- src
- target
- tests
- treefmt.nix
-⍱ Vagrantfile
- xtests
+ a
+ b
+ c
+ d
+ e
+ f
+ g
+ h
+ i
+ j
+ k
+ l
+ m
+ n
+ o
+ p
+ q

+ 1 - 1
tests/cmd/icons.toml

@@ -1,2 +1,2 @@
 bin.name = "eza"
-args = "--icons"
+args = "tests/itest --icons"

+ 17 - 28
tests/cmd/long.stdout

@@ -1,28 +1,17 @@
-.rw-r--r-- build.rs
-.rw-r--r-- Cargo.lock
-.rw-r--r-- Cargo.toml
-.rw-r--r-- CHANGELOG.md
-.rw-r--r-- cliff.toml
-.rw-r--r-- CODE_OF_CONDUCT.md
-drwxr-xr-x completions
-.rw-r--r-- CONTRIBUTING.md
-.rw-r--r-- deb.asc
-.rw-r--r-- deny.toml
-drwxr-xr-x devtools
-drwxr-xr-x dump
-.rw-r--r-- flake.lock
-.rw-r--r-- flake.nix
-.rw-r--r-- Justfile
-.rw-r--r-- LICENCE
-drwxr-xr-x man
-.rw-r--r-- README.md
-.rw-r--r-- rust-toolchain.toml
-.rw-r--r-- screenshots.png
-.rw-r--r-- SECURITY.md
-drwxr-xr-x snap
-drwxr-xr-x src
-drwxr-xr-x target
-drwxr-xr-x tests
-.rw-r--r-- treefmt.nix
-.rw-r--r-- Vagrantfile
-drwxr-xr-x xtests
+.rw-r--r-- a
+.rw-r--r-- b
+.rw-r--r-- c
+.rw-r--r-- d
+.rw-r--r-- e
+.rw-r--r-- f
+.rw-r--r-- g
+.rw-r--r-- h
+.rw-r--r-- i
+.rw-r--r-- j
+.rw-r--r-- k
+.rw-r--r-- l
+.rw-r--r-- m
+.rw-r--r-- n
+.rw-r--r-- o
+.rw-r--r-- p
+.rw-r--r-- q

+ 1 - 1
tests/cmd/long.toml

@@ -1,2 +1,2 @@
 bin.name = "eza"
-args = "--long --no-user --no-time --no-filesize"
+args = "tests/itest --long --no-user --no-time --no-filesize"