Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
spec.py
Commits
6b6bcbba
Commit
6b6bcbba
authored
Mar 26, 2014
by
Matthias Braun
Browse files
specify runlist in config
parent
77187b18
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec.py
View file @
6b6bcbba
...
...
@@ -371,6 +371,7 @@ def generate_spec_config(options, progs):
contents
.
append
(
"action = build"
)
else
:
contents
.
append
(
"action = validate"
)
# includes run
contents
.
append
(
"runlist = %s"
%
(
" "
.
join
(
progs
)))
contents
.
append
(
"iterations = %d"
%
int
(
options
.
iterations
))
if
SPEC_SUITE
!=
"SPEC CPU2006"
:
contents
.
append
(
"test_date = %s"
%
datetime
.
now
())
...
...
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