summary refs log tree commit diff
path: root/nixos/tests/wiki-js.nix
Commit message (Collapse)AuthorAge
* nixos/test-driver: Run commands with error handlingtalyz2021-06-05
| | | | | | | | | | | | Bash's standard behavior of not propagating non-zero exit codes through a pipeline is unexpected and almost universally unwanted. Default to setting `pipefail` for the command being run; it can still be turned off by prefixing the pipeline with `set +o pipefail` if needed. Also, set `errexit` and `nonunset` options to make the first command of consecutive commands separated by `;` fail, and disallow dereferencing unset variables respectively.
* wiki-js: init at 2.5.191Maximilian Bosch2021-03-20