2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 09:57:09 +00:00

Delete unnecessary tests bash script

Add comment to the other one
This commit is contained in:
Diego Ximenez 2024-10-22 19:19:24 +02:00
parent 39dcfe1359
commit 34aaa115db
No known key found for this signature in database
GPG Key ID: 8E94095CB5DBCBA0
2 changed files with 3 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#!/bin/sh
set -e
mega-login $MEGA_EMAIL $MEGA_PWD
LS_OUTPUT=`mega-ls "/" | xargs echo -n`
if [ "$LS_OUTPUT5" = "" ]; then
echo "Account cloud storage already empty, nothing to clear."
else
mega-rm -rf "/*"
fi

View File

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
# This is the directory structure expected by some of our read integration tests
# We can use this script to re-populate it if it gets deleted from our exports account for whatever reason
set -e set -e
mega-login $MEGACMD_TEST_USER $MEGACMD_TEST_PASS mega-login $MEGACMD_TEST_USER $MEGACMD_TEST_PASS