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

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