aboutsummaryrefslogtreecommitdiff
path: root/tests/gc-runtime.sh
AgeCommit message (Collapse)Author
2023-03-16Cleanup test skippingJohn Ericson
- Try not to put cryptic "99" in many places Factor out `exit 99` into `skipTest` function - Alows make sure skipping a test is done with a reason `skipTest` takes a mandatory argument - Separate pure conditionals vs side-effectful test skipping. "require daemon" already had this, but "sandbox support" did not.
2021-03-31tests/*: show when tests are skippedRobert Hensing
2016-09-12Fix gc-runtime testEelco Dolstra
It was failing on some platforms. http://hydra.nixos.org/build/39538866
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
2006-09-01* Fix race condition in the test.Eelco Dolstra
2006-07-21* Test for runtime root finding.Eelco Dolstra