projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0334afe
)
test: make the data partition larger for the cryptsetup test
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Mon, 5 Jun 2023 07:40:21 +0000
(09:40 +0200)
committer
Frantisek Sumsal
<frantisek@sumsal.cz>
Mon, 5 Jun 2023 14:50:13 +0000
(16:50 +0200)
As we use it for /var and with the default 100 MiB there's not enough
space for the journal.
test/TEST-24-CRYPTSETUP/test.sh
patch
|
blob
|
history
diff --git
a/test/TEST-24-CRYPTSETUP/test.sh
b/test/TEST-24-CRYPTSETUP/test.sh
index 87ffaea453998d7795ba832ec72e4fa9719f7006..c7e024ffed9e66cb1188207dbd80eda40dbb3fdd 100755
(executable)
--- a/
test/TEST-24-CRYPTSETUP/test.sh
+++ b/
test/TEST-24-CRYPTSETUP/test.sh
@@
-4,6
+4,7
@@
set -e
TEST_DESCRIPTION="cryptsetup systemd setup"
IMAGE_NAME="cryptsetup"
+IMAGE_ADDITIONAL_DATA_SIZE=100
TEST_NO_NSPAWN=1
TEST_FORCE_NEWIMAGE=1