Skip to content
Snippets Groups Projects
Commit d640b7ae authored by Michael Davis's avatar Michael Davis
Browse files

[ci] Adds debug info for eos-test-dir-inject

parent 4f50dc62
Branches
Tags
No related merge requests found
......@@ -40,6 +40,8 @@ echoc()
CASTOR_PREFIX=$(awk '/^castor.prefix[ ]/ { print $2 }' ${CONFIG_FILE})
EOS_PREFIX=$(awk '/^eos.prefix[ ]/ { print $2 }' ${CONFIG_FILE})
ldd ${EOS_TEST_DIR_INJECT}
# Ping the gRPC interface
${EOS_TEST_DIR_INJECT} ping || error "gRPC ping failed"
......@@ -47,6 +49,7 @@ ${EOS_TEST_DIR_INJECT} ping || error "gRPC ping failed"
#
# Note: GNU coreutils "mkdir -p" does not return an error if the directory already exists;
# but "eos mkdir -p" does return an error.
echo Creating ${EOS_PREFIX}...
${EOS_CMD} mkdir -p ${EOS_PREFIX}
# Create directory with system-assigned file id -- should succeed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment