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
6971916b
Commit
6971916b
authored
Jul 12, 2012
by
Leigh B Stoller
Browse files
Do not whine when userdir is gone, okay for ending experiment.
parent
6cf701f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/endexp.in
View file @
6971916b
...
...
@@ -176,7 +176,7 @@ my $userdir = $experiment->UserDir();
my
$infodir
=
$experiment
->
InfoDir
();
# Sanity check.
if
(
!
(
-
e
$workdir
&&
-
e
$userdir
)
)
{
if
(
!
-
e
$workdir
)
{
die
("
*** $0:
\n
"
.
"
$pid
/
$eid
is missing a critical directory!
\n
");
}
...
...
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