[CRIU] [PATCH] zdtm: Add vdso01 test case

Cyrill Gorcunov gorcunov at gmail.com
Wed Jun 25 03:42:29 PDT 2014


On Wed, Jun 25, 2014 at 02:36:48PM +0400, Andrew Vagin wrote:
> >  "
> > +
> > +#
> > +# Arch specific tests
> > +if [ $ARCH = "x86_64" ]; then
> 
> if "$ARCH" = "x86_64"; then
> 
> > +	TEST_LIST_ARCH="static/vdso01"
> 
> sse* should be here too.

This should be a separate commit.

> 
> > +fi
> > +
> > +TEST_LIST=$TEST_LIST$TEST_LIST_ARCH
> 
> Will it work w/o newline between them?

We rather need a space in $TEST_LIST_ARCH, which is
addressed in a patch I just sent.


More information about the CRIU mailing list