From 7b16e306e07229f62c348c800d761d178c713506 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 15 Aug 2015 13:56:00 +0200 Subject: fix tests --- command/verifyinstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command') diff --git a/command/verifyinstall.php b/command/verifyinstall.php index 73d82cace..31c700b17 100644 --- a/command/verifyinstall.php +++ b/command/verifyinstall.php @@ -70,11 +70,11 @@ class VerifyInstall extends Command { $output->writeln('Either way, please make sure that the contents ' . 'of the News app\'s directory match the contents ' . 'of the installed tarball.'); + exit(1); } else { $output->writeln('Installation verified, everything OK!' . ''); } - exit(1); } } -- cgit v1.2.3