summary refs log tree commit diff
path: root/nixos/tests/xfce.nix
Commit message (Collapse)AuthorAge
* nixos/qemu-vm: default memorySize 384 -> 1024Artturin2021-11-21
| | | | | | | | | the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
* nixosTests.xfce: Redirect stdout to avoid blockingRobert Hensing2021-11-05
|
* nixos/displayManager: make autoLogin options independent of DM typeworldofpeace2020-07-09
| | | | Co-authored-by: volth <volth@volth.com>
* nixos/display-managers/auto: removeworldofpeace2020-01-29
| | | | | | | | This module allows root autoLogin, so we would break that for users, but they shouldn't be using it anyways. This gives the impression like auto is some special display manager, when it's just lightdm and special pam rules to allow root autoLogin. It was created for NixOS's testing so I believe this is where it belongs.
* nixosTests.xfce: port to pythonworldofpeace2019-11-19
|
* nixosTests: remove xfce4-14 testworldofpeace2019-11-19
|
* nixos.tests: silence getfacl absolute path messagec0bw3b2019-10-11
| | | | | | | | | Default getfacl behavior is to remove leading slash on absolute paths in its header printed to stdout. Before the header it will also print a message about it... Switches -p -or --absolute-names can turn this off and remove some noise from our tests logs.
* nixosTests.xfce: bump memorySizeworldofpeace2019-09-10
|
* nixosTests.xfce: fix test by enabling soundworldofpeace2019-09-10
| | | | Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557
* 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
|
* Add a regression test for #14623Eelco Dolstra2016-04-12
|
* Fix X11 tests broken by the removal of -acEelco Dolstra2016-04-12
| | | | | Probably missed a few. Also adding xauth to the system path (it was already in the closure).
* 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.)
* nixos X tests: wait for logind to link a session to the serverShea Levy2014-01-22
| | | | | | There seems to be some race causing failures if an X command gets in before slim starts the session Signed-off-by: Shea Levy <shea@shealevy.com>
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10