mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
add dmapi packages to the set which are built & installed every night.
silly oversight - not sure why I haven't picked this up before.
This commit is contained in:
+2
-2
@@ -333,7 +333,7 @@ do
|
||||
|
||||
*clean)
|
||||
# we need to configure or else we might fail to clean
|
||||
for pkg in attr acl xfsprogs xfsdump xfstests
|
||||
for pkg in attr acl xfsprogs dmapi xfsdump xfstests
|
||||
do
|
||||
cd $WORKAREA/cmd/$pkg
|
||||
_log " *** clean $pkg tools"
|
||||
@@ -386,7 +386,7 @@ do
|
||||
|| _fail " !!! build modules failed"
|
||||
|
||||
_log " *** build and install tools"
|
||||
for pkg in attr acl xfsprogs xfsdump xfstests
|
||||
for pkg in attr acl xfsprogs dmapi xfsdump xfstests
|
||||
do
|
||||
cd $WORKAREA/cmd/$pkg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user