From: fsgqa Date: Wed, 14 Feb 2001 21:55:58 +0000 (+0000) Subject: this seems to improve the non-rebooting situation X-Git-Tag: v1.1.0~1308 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=afff975f0805ae70de00ef8d8935d4835ec56728;p=users%2Fhch%2Fxfstests-dev.git this seems to improve the non-rebooting situation --- diff --git a/tools/auto-qa b/tools/auto-qa index 09b2fec4e..a4e07c521 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -192,7 +192,7 @@ _sudo() _restart() { - exec $ROOT/su -c "shutdown -r 2 \"auto-qa rebooting\" &" < /dev/null + exec $ROOT/su -c "(shutdown -r 2 \"auto-qa rebooting\" ; reboot )&" < /dev/null } _update_autoqa_file()