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
d7ddeb88
Commit
d7ddeb88
authored
Jul 03, 2003
by
Leigh B. Stoller
Browse files
Turn off debugging so Shashi's failed 1000 node experiments do not
fill up my mail spool directory.
parent
98484571
Changes
2
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/parse-ns.in
View file @
d7ddeb88
...
...
@@ -218,7 +218,7 @@ exit(0)
#
# Run the XML converter on the output.
#
system
("
$TB
/libexec/xmlconvert
-d
-x
$outfile
$pid
$eid
");
system
("
$TB
/libexec/xmlconvert -x
$outfile
$pid
$eid
");
if
(
$?
)
{
my
$exit_status
=
$?
>>
8
;
...
...
tbsetup/ns2ir/parse.tcl.in
View file @
d7ddeb88
...
...
@@ -44,11 +44,11 @@ proc lpop {lv} {
# Example:
# proc a {} {
# var_import ::GLOBALS::verbose
# if {$verbose == 1} {puts "verbose is on."}
# if {$verbose == 1} {puts
stderr
"verbose is on."}
# }
# is functionally identical to:
# proc a {} {
# if {${::GLOBALS::verbose} == 1} {puts "verbose is on."}
# if {${::GLOBALS::verbose} == 1} {puts
stderr
"verbose is on."}
# }
###
proc var_import {varspec} {
...
...
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