mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Don't need the p_check ... | p_purge as newer ptools will do
this automagically on p_tupdate. Change clean state to "cleankernel"; missed on past renaming. Don't need the p_check ... | p_purge as newer ptools will do this automagically on p_tupdate. Change clean state to "cleankernel"; missed on past renaming.
This commit is contained in:
+1
-6
@@ -189,11 +189,6 @@ _update_workarea()
|
|||||||
WORKAREA="$1" p_tupdate 2>&1 \
|
WORKAREA="$1" p_tupdate 2>&1 \
|
||||||
|| _fail " !!! p_tupdate failed"
|
|| _fail " !!! p_tupdate failed"
|
||||||
|
|
||||||
_log " *** p_check/p_purge"
|
|
||||||
cd "$1"
|
|
||||||
WORKAREA="$1" p_check -s | p_purge -yiu 2>&1 \
|
|
||||||
|| _fail " !!! p_check/p_purge failed"
|
|
||||||
|
|
||||||
_log " *** non-trunk files"
|
_log " *** non-trunk files"
|
||||||
cd "$1"
|
cd "$1"
|
||||||
WORKAREA="$1" p_list -c 2>&1 \
|
WORKAREA="$1" p_list -c 2>&1 \
|
||||||
@@ -427,7 +422,7 @@ do
|
|||||||
*buildkernel)
|
*buildkernel)
|
||||||
_log " *** build kernel"
|
_log " *** build kernel"
|
||||||
|
|
||||||
_change_state "clean" ; # we better start from scratch if this fails
|
_change_state "cleankernel" ; # we better start from scratch if this fails
|
||||||
|
|
||||||
cd "$KWORKAREA"
|
cd "$KWORKAREA"
|
||||||
[ -z "$KTARGET" ] && KTARGET=bzImage
|
[ -z "$KTARGET" ] && KTARGET=bzImage
|
||||||
|
|||||||
Reference in New Issue
Block a user