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
12bb4de5
Commit
12bb4de5
authored
Jan 25, 2006
by
Leigh B. Stoller
Browse files
Fix typo that crept into last revision.
parent
1517a803
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/linktest/run_linktest.pl.in
View file @
12bb4de5
...
...
@@ -384,7 +384,7 @@ sub analyze($) {
print
"
****
\n\n
";
}
if
(
$timedout
)
&&
defined
(
$logfile
))
{
if
(
$timedout
&&
defined
(
$logfile
))
{
my
$msg
=
"
Linktest timer expired, run was aborted
\n
"
.
"
Gathering results generated before the timer expired
\n
"
.
"
\n
";
...
...
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