1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-12 19:05:08 +02:00

* Regression test for exportBuildReferencesGraph. It currently fails.

This commit is contained in:
Eelco Dolstra 2009-03-17 17:38:32 +00:00
parent 51e7e32c3b
commit 93b6926054
3 changed files with 34 additions and 6 deletions

View file

@ -76,3 +76,8 @@ clearProfiles() {
clearManifests() {
rm -f $NIX_STATE_DIR/manifests/*
}
fail() {
echo "$1"
exit 1
}