mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Also cleanup after the test run.
This commit is contained in:
parent
01d217bcc1
commit
cd8b25c92c
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue