aboutsummaryrefslogtreecommitdiff
path: root/tests/logging.sh
AgeCommit message (Collapse)Author
2017-11-20Test: Replace --option with the corresponding flagEelco Dolstra
2017-08-31Rename a few configuration optionsEelco Dolstra
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-25Improved logging abstractionEelco Dolstra
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-21Fix testsEelco Dolstra
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-13Remove log2html.xsl and friendsEelco Dolstra
It's part of Hydra now.
2014-02-26Test nix-store -lEelco Dolstra
2014-02-01Fix logging testEelco Dolstra
2012-09-11Don't put results symlinks in the tests directoryEelco Dolstra
2012-03-19Replace "make check" with "make installcheck"Eelco Dolstra
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
2009-03-18* Clean up some tests (use nix-build where appropriate).Eelco Dolstra
2009-03-17* Regression test for the `exportReferencesGraph'Eelco Dolstra
derivation attribute.
2006-03-01* Doh!Eelco Dolstra
2006-03-01* Oops!Eelco Dolstra
2006-03-01* Test nix-build. This also tests indirect roots.Eelco Dolstra
2006-03-01* Clear the substitutes prior to running the test.Eelco Dolstra
2006-03-01* Add a test for nix-log2xml.Eelco Dolstra