Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ec26de8d
Commit
ec26de8d
authored
Sep 17, 2003
by
Robert Ricci
Browse files
Always print out the BEST line, so we see the times assign took to
run.
parent
56e67515
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
ec26de8d
...
...
@@ -501,7 +501,10 @@ while (1) {
$violations
=
$
1
;
last
;
};
/^[ \t]+BEST SCORE: [ \t]+([0-9]+(\.[0-9]+)?)/
&&
(
$score
=
$
1
);
/^[ \t]+BEST SCORE: [ \t]+([0-9]+(\.[0-9]+)?)/
&&
do
{
$score
=
$
1
;
print
$_
.
"
\n
";
};
}
if
(
$score
==
-
2
)
{
# Type error
...
...
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