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
Christian Dietrich
clang-hash
Commits
39487b2e
Commit
39487b2e
authored
Jan 30, 2017
by
Christian Dietrich
Browse files
experiments: use correct variable...
parent
b6333d4b
Pipeline
#3070
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
experiments/historical_build.py
View file @
39487b2e
...
...
@@ -155,7 +155,7 @@ class HistoricalCompilation(Experiment, ClangHashHelper):
shell
(
"ccache -s > %s"
,
self
.
ccache_stats
.
path
)
# Copy Log to the result directory
with
open
(
self
.
hash_log
.
path
)
as
fd
:
with
open
(
hash_log
.
path
)
as
fd
:
self
.
clang_hash_stats
.
value
=
fd
.
read
()
def
variant_name
(
self
):
...
...
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