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
b86dbebb
Commit
b86dbebb
authored
Oct 17, 2006
by
Mike Hibler
Browse files
chomp lines to produce a better error message.
parent
be5963f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/nsverify/verify-ns.in
View file @
b86dbebb
...
...
@@ -167,6 +167,8 @@ while (!$done) {
}
}
elsif
(
$nsline
ne
$dbline
)
{
chomp
$nsline
;
chomp
$dbline
;
tbdie
("
Topology verification failed ('
$nsline
'!='
$dbline
')!
");
}
}
...
...
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