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

[ci] More debug info on EOS dir created in CI tests

parent 2fa20d0f
Branches
Tags
No related merge requests found
......@@ -59,7 +59,14 @@ ${EOS_CMD} ls -l ${EOS_PREFIX}
${EOS_CMD} fileinfo ${EOS_PREFIX}/test_dir1
${EOS_CMD} attr ls ${EOS_PREFIX}/test_dir1
/usr/bin/eos -r 0 0 root://${EOSINSTANCE} quota ls ${EOS_PREFIX}/test_dir1
/usr/bin/eos -r 1000 1000 root://${EOSINSTANCE} rmdir ${EOS_PREFIX}/test_dir1
/usr/bin/eos -r 0 0 root://${EOSINSTANCE} acl --list ${EOS_PREFIX}/test_dir1
echo "rmdir:"
/usr/bin/eos -r 0 0 root://${EOSINSTANCE} rmdir ${EOS_PREFIX}/test_dir1
echo "rm -r:"
/usr/bin/eos -r 0 0 root://${EOSINSTANCE} rm -r ${EOS_PREFIX}/test_dir1
exit 0
# Create directory with self-assigned file id -- should succeed
TEST_FILE_ID=123456789
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment