fix after xfs_support change & tweak reboot
[xfstests-dev.git] / tools / auto-qa
index 928593c7880b59e270f0edb7a998c54ec4db92ae..89796d0dbe2bb28df3cb9fb5fd5c0b8622c88aa8 100755 (executable)
@@ -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