]> Untitled Git - lemmy.git/blobdiff - test.sh
Merge branch 'drone-io-dess' into move_views_to_diesel_drone
[lemmy.git] / test.sh
diff --git a/test.sh b/test.sh
index 3ea3f8305db4c13163199301e8270b12c100f062..21093d0cf03b3b1cb0abed64eeb0b6423b633093 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -1,5 +1,6 @@
 #!/bin/sh
-export DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
+set -e
+
 export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
 # Commenting since this will overwrite schema.rs, which will break things now
 # diesel migration run