From 0c0665caa9e95527d7c5ca4385c2486d5df29418 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 27 May 2019 23:41:58 -0400 Subject: Test runner return non-zero on failure --- source/app.d | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/app.d') 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!"); } } -- cgit