SICS-696 Explicity include the namespace on mk_sct_ calls

This commit is contained in:
Douglas Clowes
2014-07-23 14:32:26 +10:00
parent 16b435befe
commit e3b583150e
17 changed files with 32 additions and 32 deletions

View File

@@ -408,8 +408,8 @@ proc add_autolab {name IP port } {
if {[SplitReply [environment_simulation]]=="false"} {
makesctcontroller sct_autolab std ${IP}:$port [binary format cc 0x0D 0x0A] 5.0
}
puts $fd "mk_sct_autolab sct_autolab environment $name"
mk_sct_autolab sct_autolab environment $name
puts $fd "::scobj::autolab::mk_sct_autolab sct_autolab environment $name"
::scobj::autolab::mk_sct_autolab sct_autolab environment $name
close $fd
}