Skip to content
GitLab
Menu
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
Show whitespace changes
Inline
Side-by-side
spec.py
View file @
6b6bcbba
...
@@ -371,6 +371,7 @@ def generate_spec_config(options, progs):
...
@@ -371,6 +371,7 @@ def generate_spec_config(options, progs):
contents
.
append
(
"action = build"
)
contents
.
append
(
"action = build"
)
else
:
else
:
contents
.
append
(
"action = validate"
)
# includes run
contents
.
append
(
"action = validate"
)
# includes run
contents
.
append
(
"runlist = %s"
%
(
" "
.
join
(
progs
)))
contents
.
append
(
"iterations = %d"
%
int
(
options
.
iterations
))
contents
.
append
(
"iterations = %d"
%
int
(
options
.
iterations
))
if
SPEC_SUITE
!=
"SPEC CPU2006"
:
if
SPEC_SUITE
!=
"SPEC CPU2006"
:
contents
.
append
(
"test_date = %s"
%
datetime
.
now
())
contents
.
append
(
"test_date = %s"
%
datetime
.
now
())
...
...
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