mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
Fixes a bug in git post-commit test validation
This commit is contained in:
parent
852e57d800
commit
9bb14c4e03
@ -16,7 +16,7 @@ exec('phpunit tests', $output, $returnCode);
|
||||
array_shift($output);
|
||||
|
||||
if ($returnCode !== 0) {
|
||||
echo PHP_EOL . implode($output, PHP_EOL) . PHP_EOL;
|
||||
echo PHP_EOL . implode(PHP_EOL, $output) . PHP_EOL;
|
||||
echo "Tests failed…" . PHP_EOL;
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user