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
50e3f7d3
Commit
50e3f7d3
authored
Oct 05, 2015
by
Leigh B Stoller
Browse files
Better return message/value for failed tarfile setup.
parent
027cb928
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
50e3f7d3
...
...
@@ -3717,8 +3717,9 @@ sub SliverWorkAux($$$$$$$$)
#
$
output
=
GeniUtil
::
ExecQuiet
(
"$TARFILES_SETUP -q $pid $eid"
);
if
($?)
{
$
message
=
"Could not setup tarfiles:
\n
$output"
;
my
$
message
=
"Could not setup tarfiles:
\n
$output"
;
print
STDERR
$
message
;
$
response
=
GeniResponse
->
Create
(
GENIRESPONSE_BADARGS
,
undef
,
$
message
);
goto
bad
;
}
...
...
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