mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix after xfs_support change & tweak reboot
This commit is contained in:
+3
-2
@@ -192,7 +192,8 @@ _sudo()
|
||||
|
||||
_restart()
|
||||
{
|
||||
exec $ROOT/su -c "(shutdown -r 2 \"auto-qa rebooting\" ; reboot )&" < /dev/null
|
||||
# erk - why won't this thing reboot reliably??
|
||||
exec $ROOT/su -c "(shutdown -r 2 \"auto-qa rebooting\" ; sleep 10 ; reboot ; sleep 10 ; reboot )&" < /dev/null
|
||||
}
|
||||
|
||||
_update_autoqa_file()
|
||||
@@ -444,7 +445,7 @@ do
|
||||
_log " *** kernel modules"
|
||||
ls -l /lib/modules/$VERSION$EXTRA/kernel/fs/pagebuf/* \
|
||||
/lib/modules/$VERSION$EXTRA/kernel/fs/xfs/* \
|
||||
/lib/modules/$VERSION$EXTRA/kernel/fs/xfs/support/*
|
||||
/lib/modules/$VERSION$EXTRA/kernel/fs/xfs_support/*
|
||||
|
||||
if [ $MODULAR -eq 0 ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user