1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Add an encryption-at-rest restart/remount test

This commit is contained in:
downtownallday
2020-06-23 07:49:47 -04:00
parent a17d1b190c
commit af4242fb0c
3 changed files with 47 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ echo -n "boo" >$EHDD_KEYFILE
cd /mailinabox
tests/system-setup/remote-nextcloud-docker.sh; rc=$?
if [ $rc -eq 0 ]; then
tests/runner.sh default remote-nextcloud; rc=$?
tests/runner.sh ehdd default remote-nextcloud; rc=$?
fi
echo "EXITCODE: $rc"
SH