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
tails
tails
Commits
aecf387e
Commit
aecf387e
authored
Dec 28, 2016
by
intrigeri
Browse files
Drop forgotten debugging statement (refs: #5571).
parent
700f2fbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/step_definitions/common_steps.rb
View file @
aecf387e
...
...
@@ -967,7 +967,6 @@ def share_host_files(files)
disk_size
=
files
.
map
{
|
f
|
File
.
new
(
f
).
size
}
.
inject
(
0
,
:
+
)
# Let's add some extra space for filesysten overhead etc.
disk_size
+=
[
convert_to_bytes
(
1
,
'MiB'
),
(
disk_size
*
0.10
).
ceil
].
max
STDERR
.
puts
"XXX
#{
disk_size
}
"
disk
=
random_alpha_string
(
10
)
step
"I temporarily create an
#{
disk_size
}
bytes disk named
\"
#{
disk
}
\"
"
step
"I create a gpt partition labeled
\"
#{
disk
}
\"
with an ext4 "
+
...
...
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