rcutorture: Check initrd/init instead of initrd only
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Sep 2018 09:46:48 +0000 (11:46 +0200)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Fri, 9 Nov 2018 05:52:55 +0000 (21:52 -0800)
commit825fa4cdfb10d8cbf784ebdadd6d5d93130a0cb5
tree05ade42035e34f4ad243ab2974df2b3fc77c6119
parent18d7bf8ed3a1628ee653d3abde051703642ecd60
rcutorture: Check initrd/init instead of initrd only

If the build fails, we can end up with an empty initrd directory which
prevents the build script from operating again. Better rely on the
resulting init executable instead.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/bin/mkinitrd.sh