]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: the timing for 'make tmpfstest' should exclude filesystem
authorDaira Hopwood <daira@jacaranda.org>
Wed, 12 Dec 2012 07:18:55 +0000 (07:18 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 16 Oct 2015 16:45:29 +0000 (17:45 +0100)
mounting/unmounting and entering the password if needed.

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

index fa1cda7f66afae3d948bc5085ed9046f330a676a..1ee1ae5f41d49f65f487b7bbe89ce295db438229 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,12 +77,12 @@ TMPFS_SIZE = 500m
 
 .PHONY: tmpfstest
 tmpfstest:
-       time make _tmpfstest 'TMPDIR=$(shell mktemp -d --tmpdir=.)'
+       make _tmpfstest 'TMPDIR=$(shell mktemp -d --tmpdir=.)'
 
 .PHONY: _tmpfstest
 _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)'