From 57017cebe886af8439eaf394b055fa7b2a53fec6 Mon Sep 17 00:00:00 2001 From: David-Sarah Hopwood Date: Tue, 13 Nov 2012 16:24:36 +0000 Subject: [PATCH] Makefile: increase filesystem size for 'make tmpfstest'. Signed-off-by: David-Sarah Hopwood --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f9d218c..f4d24b71 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ tmpfstest: time make _tmpfstest 'TMPDIR=$(shell mktemp -d --tmpdir=.)' _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) sudo umount '$(TMPDIR)' rmdir '$(TMPDIR)' -- 2.37.2