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
717fb34b
Commit
717fb34b
authored
Nov 08, 2000
by
Christopher Alfeld
Browse files
Minor fixes.
parent
eee9c3e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/tbend.tcl
View file @
717fb34b
...
...
@@ -43,7 +43,7 @@ if {$argc != 3 && $argc != 2} {
exit 1
}
if
{
$argc
== 3
}
{
puts stderr
"Warning: Ignoring IR file argument.
puts stderr
"Warning: Ignoring IR file argument.
"
}
set DB
[
sql connect
]
...
...
@@ -67,6 +67,7 @@ outs "Ending Testbed run for $id. [clock format [clock seconds]]"
outs
"Unallocating resources"
sql query $DB
"select node_id from reserved where eid=
\"
$eid
\"
and pid=
\"
$pid
\"
"
set machines
{}
while
{[
set machine
[
sql fetchrow $DB
]]
!=
{}}
{
lappend machines $machine
}
...
...
Write
Preview
Supports
Markdown
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