projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e097cf9
)
Makefile: increase filesystem size for 'make tmpfstest'.
author
David-Sarah Hopwood
<david-sarah@jacaranda.org>
Tue, 13 Nov 2012 16:24:36 +0000
(16:24 +0000)
committer
David-Sarah Hopwood
<david-sarah@jacaranda.org>
Fri, 16 Nov 2012 20:30:19 +0000
(20:30 +0000)
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1f9d218c3b723a069024887c540ea57293a2e44c..f4d24b71d5345c7cf1141799390fc3195601b490 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-82,7
+82,7
@@
tmpfstest:
time make _tmpfstest 'TMPDIR=$(shell mktemp -d --tmpdir=.)'
_tmpfstest:
- sudo mount -t tmpfs -o size=
33
0m tmpfs '$(TMPDIR)'
+ sudo mount -t tmpfs -o size=
40
0m tmpfs '$(TMPDIR)'
-$(TAHOE) debug trial --rterrors '--temp-directory=$(TMPDIR)/_trial_temp' $(TRIALARGS) $(TEST)
sudo umount '$(TMPDIR)'
rmdir '$(TMPDIR)'