Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tous
tails
Commits
683dfa9e
Commit
683dfa9e
authored
May 19, 2020
by
anonym
Browse files
Rubocop: ignore a Naming/MethodParameterName.
parent
f6b87cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/support/hooks.rb
View file @
683dfa9e
...
...
@@ -116,7 +116,7 @@ rescue StandardError => e
"
#{
e
.
class
.
name
}
:
#{
e
}
"
)
end
def
save_vm_command_output
(
command
:,
id
:,
basename:
nil
,
desc:
nil
)
def
save_vm_command_output
(
command
:,
id
:,
basename:
nil
,
desc:
nil
)
# rubocop:disable Naming/MethodParameterName
basename
||=
"artifact.cmd_output_
#{
id
}
"
$vm
.
execute
(
"
#{
command
}
> /tmp/
#{
basename
}
2>&1"
)
_save_vm_file_content
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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