Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
prechecker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
integration
prechecker
Commits
6b58bb56
Commit
6b58bb56
authored
Dec 12, 2017
by
Damyon Wiese
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'MDL-60965-master' of
git://github.com/andrewnicols/moodle
parents
f0d9af60
a7d75ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
admin/tool/behat/cli/util.php
admin/tool/behat/cli/util.php
+1
-1
No files found.
admin/tool/behat/cli/util.php
View file @
6b58bb56
...
@@ -398,7 +398,7 @@ function print_combined_install_output($processes) {
...
@@ -398,7 +398,7 @@ function print_combined_install_output($processes) {
// Show process name in first row.
// Show process name in first row.
foreach
(
$processes
as
$name
=>
$process
)
{
foreach
(
$processes
as
$name
=>
$process
)
{
// If we don't have enough space to show full run name then show runX.
// 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
);
$name
=
substr
(
$name
,
-
5
);
}
}
// One extra padding as we are adding | separator for rest of the data.
// One extra padding as we are adding | separator for rest of the data.
...
...
Write
Preview
Markdown
is supported
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