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:
parent
39dcfe1359
commit
34aaa115db
@ -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
|
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user