Skip to content
GitLab
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
cfe745d5
Commit
cfe745d5
authored
Mar 21, 2001
by
Christopher Alfeld
Browse files
Added extra output.
parent
34580b0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ir/assign_wrapper.in
View file @
cfe745d5
...
...
@@ -405,7 +405,7 @@ foreach $link (keys(%links)) {
# TOP file
# It's time to write out the top file.
$topfile
=
"
/tmp/
$$.top
";
$topfile
=
"
$$.top
";
open
(
TOPFILE
,"
>
$topfile
")
||
do
{
print
STDERR
"
Could not open
$topfile
.
";
exit
(
1
);
...
...
@@ -520,8 +520,15 @@ while ($run <= $maxrun) {
print
"
Found garbage:
$line
\n
";
}
}
}
else
{
# spit out up to nodes
print
"
ASSIGN FAILED:
\n
";
while
(
<
ASSIGNFP
>
)
{
if
(
/^Nodes:/
)
{
last
;}
print
"
$_
";
}
}
while
(
<
ASSIGNFP
>
)
{
}
# Read anything left in the pipe before closing
close
(
ASSIGNFP
);
...
...
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