about summary refs log tree commit diff
path: root/nixos/tests/kde4.nix
Commit message (Collapse)AuthorAge
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|
* 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).
* Fix tests that use the Valgrind docsEelco Dolstra2015-08-28
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* whitespace change to restart kde4 testGeorges Dubus2014-12-03
|
* whitespace change for kde4 test to force rebuild :(Domen Kožar2014-12-03
|
* tests/kde4.nix: Don't build kdeeduEelco Dolstra2014-09-29
| | | | | | | | This prevents a dependency on liblapack (which randomly fails) and TeXlive (which is huge). http://hydra.nixos.org/build/14897240 (cherry picked from commit b9bde98161d09496421efbaafe5219cc84d05f5b)
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Give the KDE test more memoryEelco Dolstra2014-04-25
|
* 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