aboutsummaryrefslogtreecommitdiff
path: root/source/app.d
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-27 23:41:58 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-27 23:41:58 -0400
commit0c0665caa9e95527d7c5ca4385c2486d5df29418 (patch)
treebd22856d43ae64850444abd62e3f7ebfe8cbf77f /source/app.d
parent25ee6081a633c0637f4bcba4f50fa9c9eec49a57 (diff)
downloaddm-0c0665caa9e95527d7c5ca4385c2486d5df29418.tar.gz
Test runner return non-zero on failure
Diffstat (limited to 'source/app.d')
-rw-r--r--source/app.d2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/app.d b/source/app.d
index 7dcabf4..5ddc383 100644
--- a/source/app.d
+++ b/source/app.d
@@ -141,8 +141,6 @@ int main(string[] args) {
if (failures) {
writefln("%d of %d integration tests failed!", failures, pkgs.length);
- } else {
- writefln("All integration tests passed!");
}
}