Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Colas Pomies
LbNightlyTools
Commits
f8b13e28
Commit
f8b13e28
authored
Mar 11, 2015
by
Marco Clemencic
Committed by
cpomies
May 06, 2015
Browse files
added debugging message
parent
dc9c4409
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/LbNightlyTools/CheckReadyBuilds.py
View file @
f8b13e28
...
...
@@ -110,6 +110,7 @@ def main(*argv):
for
i
,
test_params
in
enumerate
(
ready
):
open
(
output_file
.
format
(
i
),
'w'
).
write
(
str
(
test_params
)
+
'
\n
'
)
print
output_file
.
format
(
i
),
'written.'
print
test_params
print
len
(
ready
),
'test jobs to start.'
# store the still pending builds
...
...
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