2
0
mirror of https://github.com/sharkdp/bat synced 2024-11-04 18:00:24 +00:00
bat/tests
Roy Ivy III 3a7743ffc5 Tests ~ echo has portability issues; for CI, replace with printf
- using `echo` on 'windows' platforms requires process execution indirectly via the shell
- `printf` is available on all GHA CI platforms
  - `printf` is *not* available on usual 'windows' platforms; so this is just temporizing, awaiting a true fix
2020-06-03 09:13:47 +02:00
..
benchmarks Update .gitattributes 2018-11-12 21:49:19 +01:00
examples Tests ~ echo has portability issues; for CI, replace with printf 2020-06-03 09:13:47 +02:00
scripts Add a way to directly search for a pattern 2020-04-12 19:19:33 +02:00
snapshots Updated snapshot tests 2019-07-26 06:51:33 +02:00
.gitattributes Update .gitattributes 2020-05-26 12:14:27 +02:00
assets.rs Add unit test to make sure we are not missing any themes 2020-05-27 09:50:22 +02:00
integration_tests.rs Tests ~ echo has portability issues; for CI, replace with printf 2020-06-03 09:13:47 +02:00
no_duplicate_extensions.rs Update tests 2020-05-27 10:09:57 +02:00
snapshot_tests.rs Migrated to Rust 2018 2019-03-09 07:43:41 +01:00
tester.rs Strip dependencies of bat-as-a-library 2020-03-31 09:27:56 +02:00