nixpkgs-suyu/nixos/doc/manual/development
talyz b7749c7671
nixos/test-driver: Run commands with error handling
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.
2021-06-05 18:44:42 +02:00
..
assertions.xml Revert "Module-builtin assertions, disabling assertions and submodule assertions" 2020-12-18 16:44:37 +01:00
building-nixos.chapter.md nixos/doc: add md-to-db.sh, convert "Building Your Own NixOS CD" to CommonMark 2021-05-22 18:14:49 -07:00
building-parts.xml
development.xml nixos/doc/releases: remove 2021-05-25 12:36:27 -07:00
freeform-modules.xml
importing-modules.xml
meta-attributes.xml
nixos-tests.xml
option-declarations.xml
option-def.xml
option-types.xml
replace-modules.xml
running-nixos-tests-interactively.xml
running-nixos-tests.xml
settings-options.xml formats.ini: Introduce listToValue argument (#121613) 2021-05-04 09:49:25 +02:00
sources.xml
testing-installer.xml
writing-documentation.xml nixos/doc: Update Writing Documentation to use nix-shell 2021-03-22 21:21:08 +01:00
writing-modules.xml doc: explain where pkgs comes from in writing-modules 2021-03-03 11:09:21 -05:00
writing-nixos-tests.xml nixos/test-driver: Run commands with error handling 2021-06-05 18:44:42 +02:00