summary refs log tree commit diff
path: root/nixos/tests/xfce.nix
Commit message (Collapse)AuthorAge
* 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