about summary refs log tree commit diff
path: root/tests/common.sh.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2009-03-17T17·38+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2009-03-17T17·38+0000
commit93b6926054b0b339d310a3075a677a65676c7c11 (patch)
tree50de8a47acee0db3fe1a996cee669b0d5bb05a45 /tests/common.sh.in
parent51e7e32c3bf7c2fb5045b0655c2edc1fbf347455 (diff)
* Regression test for exportBuildReferencesGraph. It currently fails.
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r--tests/common.sh.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in
index 5865cf1d63..08faeea719 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
+}