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
1eb5bfd2
Commit
1eb5bfd2
authored
Jan 30, 2004
by
David Anderson
Browse files
Fixed minor bug where debug mode was always enabled.
parent
7c325b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/linktest/run_linktest.pl.in
View file @
1eb5bfd2
...
...
@@ -174,7 +174,7 @@ $args .= " -x START";
$args
.=
"
STARTAT=1 STOPAT=3
"
if
(
$quick
);
$args
.=
"
DEBUG=
$debug
"
if
(
defined
(
$debug
)
)
;
if
(
$debug
);
system
(
$args
);
if
(
$?
)
{
...
...
@@ -186,7 +186,7 @@ print "Linktest in progress...\n";
print
"
Quick termination requested.
\n
"
if
(
$quick
);
print
"
Debug mode requested.
\n
"
if
(
defined
(
$debug
)
)
;
if
(
$debug
);
# wait for the shutdown event.
$args
=
starter
();
...
...
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