From: Daniel Moore Date: Wed, 14 Mar 2001 23:51:33 +0000 (+0000) Subject: fix after xfs_support change & tweak reboot X-Git-Tag: v1.1.0~1297 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=dd5fda333fd09f7654d1d4beef5248c0ac4c9bed;p=users%2Fhch%2Fxfstests-dev.git fix after xfs_support change & tweak reboot --- diff --git a/tools/auto-qa b/tools/auto-qa index 928593c78..89796d0db 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -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