Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-bundle-testsuite
Commits
bb4ea616
Unverified
Commit
bb4ea616
authored
Mar 03, 2014
by
boklm
Browse files
Keep bundle sha256sum in tbbinfos
parent
236f02ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbb-testsuite
View file @
bb4ea616
...
...
@@ -258,6 +258,8 @@ sub test_tbb {
if
(
$sha256sum
&&
$sha256sum
ne
sha256_hex
(
read_file
(
$tbbfile
)))
{
exit_error
"
Wrong sha256sum for
$tbbfile
";
}
$options
->
{
tbbinfos
}{
sha256sum
}
=
$sha256sum
?
$sha256sum
:
sha256_hex
(
read_file
(
$tbbfile
));
$options
->
{
tbbinfos
}{
tests
}
=
{
map
{
$_
=>
{
%
{
$tests
{
$_
}}
}
}
keys
%tests
};
$options
->
{
tbbinfos
}{'
results-dir
'}
=
"
$options
->{'reports-dir'}/results-
$options
->{tbbinfos}{filename}
";
...
...
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