|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] xm-test: don't export RD_PATH into TENV
On Wed, Nov 01, 2006 at 04:59:49PM -0600, Ryan Harper wrote:
> xm-test currently exports the RD_PATH value into the environment which
> prevents one from providing the value when running a test. Without this
> patch, one has to re-run ./autogen && ./configure with RD_PATH defined
> to change the RD_PATH value that is used.
>
> Additionally, the current getRdPath() implementation already uses the
> the value that was being exported. In short, exporting the value is not
> needed unless one wants to override the default value.
>
> With the patch, the following now works:
>
> % cp xm-test/ramdisk/initrd.img /boot
> % cd xm-test/tests/create
> % RD_PATH=/boot TEST_VERBOSE=1 make TESTS=01_create_basic_pos.test check
Applied, thanks Ryan.
Ewan.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|