mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
Makefile: increase filesystem size for 'make tmpfstest'.
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
This commit is contained in:
parent
e097cf96b2
commit
57017cebe8
2
Makefile
2
Makefile
@ -82,7 +82,7 @@ tmpfstest:
|
|||||||
time make _tmpfstest 'TMPDIR=$(shell mktemp -d --tmpdir=.)'
|
time make _tmpfstest 'TMPDIR=$(shell mktemp -d --tmpdir=.)'
|
||||||
|
|
||||||
_tmpfstest:
|
_tmpfstest:
|
||||||
sudo mount -t tmpfs -o size=330m tmpfs '$(TMPDIR)'
|
sudo mount -t tmpfs -o size=400m tmpfs '$(TMPDIR)'
|
||||||
-$(TAHOE) debug trial --rterrors '--temp-directory=$(TMPDIR)/_trial_temp' $(TRIALARGS) $(TEST)
|
-$(TAHOE) debug trial --rterrors '--temp-directory=$(TMPDIR)/_trial_temp' $(TRIALARGS) $(TEST)
|
||||||
sudo umount '$(TMPDIR)'
|
sudo umount '$(TMPDIR)'
|
||||||
rmdir '$(TMPDIR)'
|
rmdir '$(TMPDIR)'
|
||||||
|
Loading…
Reference in New Issue
Block a user