summary refs log tree commit diff
path: root/nixos/tests/kexec.nix
Commit message (Collapse)AuthorAge
* Merge branch 'staging-next' into stagingVladimír Čunát2021-11-05
|\
| * nixosTests: Redirect stdout to stderr when detachingRobert Hensing2021-11-05
| | | | | | | | Avoids blocking on stdout.
* | Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt2021-11-02
|\|
| * nixos/test-runner: Fix execute() flakinessJanne Heß2021-10-28
| | | | | | | | | | Instead of using the magic string, we now just base64-encode everything and check for a newline.
* | nixos/kexec: fix testMaximilian Bosch2021-10-27
|/
* nixosTests.kexec: port to python.Niklas Hambüchen2019-12-27
| | | | | | The test did not succeed for me before this commit (the Perl test hung forever), and this translation exhibits the same problem.
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | I'm currently not maintaining any packages.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10