mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
fixed umount, moved to iotest
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
.\"
|
.\"
|
||||||
.IX Title "PCP1 1"
|
.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
|
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||||
.\" way too many mistakes in technical documents.
|
.\" way too many mistakes in technical documents.
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
|
|||||||
@@ -45,10 +45,10 @@ test: check
|
|||||||
rm -f test* v* stresstest/*
|
rm -f test* v* stresstest/*
|
||||||
./unittests.pl unittests.cfg $(CHECK)
|
./unittests.pl unittests.cfg $(CHECK)
|
||||||
@echo "To run a single test only, type: 'make test CHECK=testname'"
|
@echo "To run a single test only, type: 'make test CHECK=testname'"
|
||||||
sudo umount -f env
|
|
||||||
|
|
||||||
stresstest: check
|
stresstest: check
|
||||||
./unittests.pl stresstests.cfg
|
./unittests.pl stresstests.cfg
|
||||||
|
|
||||||
iotest: check
|
iotest: check
|
||||||
./unittests.pl iotests.cfg
|
./unittests.pl iotests.cfg
|
||||||
|
sudo umount -f env
|
||||||
|
|||||||
@@ -562,13 +562,13 @@ test: check
|
|||||||
rm -f test* v* stresstest/*
|
rm -f test* v* stresstest/*
|
||||||
./unittests.pl unittests.cfg $(CHECK)
|
./unittests.pl unittests.cfg $(CHECK)
|
||||||
@echo "To run a single test only, type: 'make test CHECK=testname'"
|
@echo "To run a single test only, type: 'make test CHECK=testname'"
|
||||||
sudo umount -f env
|
|
||||||
|
|
||||||
stresstest: check
|
stresstest: check
|
||||||
./unittests.pl stresstests.cfg
|
./unittests.pl stresstests.cfg
|
||||||
|
|
||||||
iotest: check
|
iotest: check
|
||||||
./unittests.pl iotests.cfg
|
./unittests.pl iotests.cfg
|
||||||
|
sudo umount -f env
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# 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.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
|||||||
Reference in New Issue
Block a user