Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
6b58bb56
Commit
6b58bb56
authored
Dec 12, 2017
by
Damyon Wiese
Browse files
Merge branch 'MDL-60965-master' of
git://github.com/andrewnicols/moodle
parents
f0d9af60
a7d75ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/tool/behat/cli/util.php
View file @
6b58bb56
...
...
@@ -398,7 +398,7 @@ function print_combined_install_output($processes) {
// Show process name in first row.
foreach
(
$processes
as
$name
=>
$process
)
{
// If we don't have enough space to show full run name then show runX.
if
(
$lengthofprocessline
<
strlen
(
$name
+
2
)
)
{
if
(
$lengthofprocessline
<
strlen
(
$name
)
+
2
)
{
$name
=
substr
(
$name
,
-
5
);
}
// One extra padding as we are adding | separator for rest of the data.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment