mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Also cleanup after the test run.
This commit is contained in:
parent
01d217bcc1
commit
cd8b25c92c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201481
@ -17,7 +17,7 @@ check()
|
||||
fi
|
||||
}
|
||||
|
||||
(cd $DIR ; make pack)
|
||||
(cd $DIR ; make pack) >/dev/null 2>&1
|
||||
|
||||
echo 1..7
|
||||
|
||||
@ -29,4 +29,6 @@ check 5 1 1000000
|
||||
check 6 2147483647 999999
|
||||
check 7 10000000
|
||||
|
||||
(cd $DIR ; make clean) >/dev/null 2>&1
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user