summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-15 13:56:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-15 13:57:23 +0200
commit7b16e306e07229f62c348c800d761d178c713506 (patch)
tree67acc2d7b221c2f4b69a8e25ae6a39969527c5a9
parent94575cc761c016b68135b398445d554bc984b1d5 (diff)
fix tests
-rw-r--r--command/verifyinstall.php2
1 files changed, 1 insertions, 1 deletions
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('<info>Installation verified, everything OK!' .
'</info>');
}
- exit(1);
}
}