]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: the timing for 'make tmpfstest' should exclude filesystem
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Wed, 12 Dec 2012 07:18:55 +0000 (07:18 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 9 Apr 2014 00:33:54 +0000 (01:33 +0100)
mounting/unmounting and entering the password if needed.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
Makefile

index be3cd21baada117e13c34224954d335621cb8a4f..eb9c701d876818b809176c17e3915bbdfbb81786 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -68,11 +68,11 @@ quicktest: make-version
 TMPFS_SIZE = 500m
 
 tmpfstest:
-       time make _tmpfstest 'TMPDIR=$(shell mktemp -d --tmpdir=.)'
+       make _tmpfstest 'TMPDIR=$(shell mktemp -d --tmpdir=.)'
 
 _tmpfstest: make-version
        sudo mount -t tmpfs -o size=$(TMPFS_SIZE) tmpfs '$(TMPDIR)'
-       -$(TAHOE) debug trial --rterrors '--temp-directory=$(TMPDIR)/_trial_temp' $(TRIALARGS) $(TEST)
+       -time $(TAHOE) debug trial --rterrors '--temp-directory=$(TMPDIR)/_trial_temp' $(TRIALARGS) $(TEST)
        sudo umount '$(TMPDIR)'
        rmdir '$(TMPDIR)'