mirror of
https://github.com/sharkdp/bat.git
synced 2024-10-31 20:11:01 +01:00
6b660ef63a
There is now a new stage in the CICD workflow present, which will build `bat` with the `BAT_SYSTEM_CONFIG_PREFIX` set to load the config file from `/tests/examples/system_config/bat/config`, plus a basic set of tests, to ensure the feature is working as expected. By default the tests are set to ignored, as they need special setup before they can be run.
6 lines
155 B
Plaintext
Vendored
6 lines
155 B
Plaintext
Vendored
# Make sure that the pager gets executed
|
|
--paging=always
|
|
|
|
# Output a dummy message for the integration test.
|
|
--pager="echo dummy-pager-from-system-config"
|