From ca0bb79edd3244fc824b08405843476fdb088494 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Sat, 16 Nov 2013 16:24:47 +0100 Subject: [PATCH] fixed umount, moved to iotest --- man/pcp1.1 | 2 +- tests/Makefile.am | 2 +- tests/Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/pcp1.1 b/man/pcp1.1 index 8918445..c4cb82e 100644 --- a/man/pcp1.1 +++ b/man/pcp1.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "PCP1 1" -.TH PCP1 1 "2013-11-13" "PCP 0.1.5" "USER CONTRIBUTED DOCUMENTATION" +.TH PCP1 1 "2013-11-16" "PCP 0.1.5" "USER CONTRIBUTED DOCUMENTATION" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/tests/Makefile.am b/tests/Makefile.am index 72df406..50cc6bd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,10 +45,10 @@ test: check rm -f test* v* stresstest/* ./unittests.pl unittests.cfg $(CHECK) @echo "To run a single test only, type: 'make test CHECK=testname'" - sudo umount -f env stresstest: check ./unittests.pl stresstests.cfg iotest: check ./unittests.pl iotests.cfg + sudo umount -f env diff --git a/tests/Makefile.in b/tests/Makefile.in index 354e60a..7853852 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -562,13 +562,13 @@ test: check rm -f test* v* stresstest/* ./unittests.pl unittests.cfg $(CHECK) @echo "To run a single test only, type: 'make test CHECK=testname'" - sudo umount -f env stresstest: check ./unittests.pl stresstests.cfg iotest: check ./unittests.pl iotests.cfg + sudo umount -f env # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.