aboutsummaryrefslogtreecommitdiff
path: root/tests/simple.sh
AgeCommit message (Collapse)Author
2020-09-23Test whether build/repair results are read-onlyEelco Dolstra
2016-10-19Handle $TMPDIR ending with a slashEelco Dolstra
This caused the gc test to fail on Darwin.
2016-06-17Fix testEelco Dolstra
http://hydra.nixos.org/build/36631898
2011-10-10* Refactoring: remove unnecessary variables from the tests.Eelco Dolstra
2008-12-03(no commit message)Eelco Dolstra
2007-12-31(no commit message)Eelco Dolstra
2007-12-30* Fix the hashDerivationModulo test. I should really investigateEelco Dolstra
*why* the test failed...
2006-07-21* Purify `make check'.Eelco Dolstra
2006-07-19* Add a precise test for hashDerivatioModulo.Eelco Dolstra
2006-03-01* Test `nix-store -q --binding'.Eelco Dolstra
2006-03-01* TDD! Woohoo!Eelco Dolstra
2006-03-01* Simplification.Eelco Dolstra
2006-03-01* Make it easy to run individual tests from the command line.Eelco Dolstra
2005-02-09* Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra
* Removed some dead code (successor stuff) from nix-push. * Updated terminology in the tests (store expr -> drv path). * Check that the deriver is set properly in the tests.
2005-01-25* In nix-store: change `--build' back to `--realise'. Also broughtEelco Dolstra
back the query flag `--force-realise'. * Fixed some of the tests.
2005-01-19* Change extension `.store' to `.drv'.Eelco Dolstra
* Re-enable `nix-store --query --requisites'.
2004-05-04* Allow the location of the store etc. to be specified usingEelco Dolstra
environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs.