mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
fixed umount, moved to iotest
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user