-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXPORT Block Parameters Test #33
base: centos-ci
Are you sure you want to change the base?
Conversation
Checking EXPORT Block Parameters at Client End Signed-off-by: Girjesh Rajoria <[email protected]>
export-parameters/client.sh
Outdated
if [ $ret -ne 0 ] | ||
then | ||
echo "FAILURE: Write permissions denied" | ||
exit ret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ret
seems wrong, just like in one of the other PRs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nixpanic Done
# enable some more output | ||
set -x | ||
|
||
[ -n "${SERVER}" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without set -e
these lines are useless, or add || exit 1
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nixpanic Done
f0850dc
to
a8bd707
Compare
801b37d
to
c770b94
Compare
e9b2ca4
to
a09a2e5
Compare
e93af3b
to
ade304e
Compare
ade304e
to
7be933f
Compare
1a86ec1
to
1ed5d17
Compare
Checking EXPORT Block Parameters at Client End
Signed-off-by: Girjesh Rajoria [email protected]