diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-17T17·38+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-17T17·38+0000 |
commit | 93b6926054b0b339d310a3075a677a65676c7c11 (patch) | |
tree | 50de8a47acee0db3fe1a996cee669b0d5bb05a45 /tests/common.sh.in | |
parent | 51e7e32c3bf7c2fb5045b0655c2edc1fbf347455 (diff) |
* Regression test for exportBuildReferencesGraph. It currently fails.
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index 5865cf1d637f..08faeea7199d 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -76,3 +76,8 @@ clearProfiles() { clearManifests() { rm -f $NIX_STATE_DIR/manifests/* } + +fail() { + echo "$1" + exit 1 +} |