bat/tests/examples/bat.conf
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

6 lines
150 B
Plaintext
Vendored

# Make sure that the pager gets executed
--paging=always
# Output a dummy message for the integration test.
--pager="printf dummy-pager-from-config"