Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-31 | Rename a few configuration options | Eelco Dolstra | 1 | -1/+1 | |
In particular, drop the "build-" and "gc-" prefixes which are pointless. So now you can say nix build --no-sandbox instead of nix build --no-build-use-sandbox | |||||
2016-04-25 | Improved logging abstraction | Eelco Dolstra | 1 | -10/+1 | |
This also gets rid of --log-type, since the nested log type isn't useful in a multi-threaded situation, and nobody cares about the "pretty" log type. | |||||
2014-08-21 | Fix tests | Eelco Dolstra | 1 | -2/+1 | |
So all these years I was totally deluded about the meaning of "set -e". You might think that it causes statements like "false && true" or "! true" to fail, but it doesn't... | |||||
2014-08-13 | Remove log2html.xsl and friends | Eelco Dolstra | 1 | -9/+0 | |
It's part of Hydra now. | |||||
2014-02-26 | Test nix-store -l | Eelco Dolstra | 1 | -1/+11 | |
2014-02-01 | Fix logging test | Eelco Dolstra | 1 | -1/+1 | |
2012-09-11 | Don't put results symlinks in the tests directory | Eelco Dolstra | 1 | -1/+1 | |
2012-03-19 | Replace "make check" with "make installcheck" | Eelco Dolstra | 1 | -2/+2 | |
Ensuring that the tests work from the build tree requires a growing number of nasty hacks. The tests also don't verify that the installed Nix actually works. Thus, the tests now require "make install" to have been run. | |||||
2011-10-10 | * Refactoring: remove unnecessary variables from the tests. | Eelco Dolstra | 1 | -1/+1 | |
2009-03-18 | * Clean up some tests (use nix-build where appropriate). | Eelco Dolstra | 1 | -4/+5 | |
2009-03-17 | * Regression test for the `exportReferencesGraph' | Eelco Dolstra | 1 | -1/+1 | |
derivation attribute. | |||||
2006-03-01 | * Doh! | Eelco Dolstra | 1 | -2/+2 | |
2006-03-01 | * Oops! | Eelco Dolstra | 1 | -1/+1 | |
2006-03-01 | * Test nix-build. This also tests indirect roots. | Eelco Dolstra | 1 | -1/+0 | |
2006-03-01 | * Clear the substitutes prior to running the test. | Eelco Dolstra | 1 | -1/+1 | |
2006-03-01 | * Add a test for nix-log2xml. | Eelco Dolstra | 1 | -0/+24 | |