[PATCH] Store auto gui results in the same directory as the test itself.

David Shea dshea at redhat.com
Wed Jun 18 19:27:59 UTC 2014


On 06/18/2014 03:04 PM, Chris Lumens wrote:
> Jenkins cannot archive anything outside the workspace, so we need to make
> sure the results are stored there.
> ---
>   tests/gui/runtest.sh | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/gui/runtest.sh b/tests/gui/runtest.sh
> index 33fcc9a..fd82ef7 100755
> --- a/tests/gui/runtest.sh
> +++ b/tests/gui/runtest.sh
> @@ -22,7 +22,7 @@ function doit() {
>       ARGS="-s \
>             -v \
>             --nologcapture \
> -          --tc=resultsdir:$(mktemp -d --tmpdir=/var/tmp autogui-results-XXXXXX) \
> +          --tc=resultsdir:$(mktemp -d --tmpdir=$(pwd) autogui-results-XXXXXX) \
>             --tc=liveImage:$1"
>   
>       if [ -z "$2" ]; then

Ack.


More information about the anaconda-patches mailing list