fixed umount, moved to iotest

This commit is contained in:
TLINDEN
2013-11-16 16:24:47 +01:00
parent 6d4db28ca1
commit ca0bb79edd
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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.