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
0054f55e
Commit
0054f55e
authored
Aug 27, 2012
by
Leigh B Stoller
Browse files
Do not send a TBFAILED if container exits without error.
parent
df048b11
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/common/vnodesetup
View file @
0054f55e
...
...
@@ -452,7 +452,8 @@ if ($dojail) {
cleanup
();
exit
(
0
);
}
$cleanupstate
=
"
TBFAILED
";
$cleanupstate
=
"
TBFAILED
"
if
(
$jstat
);
fatal
("
Jail exited unexpectedly with status
$jstat
!
");
}
else
{
...
...
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