[PATCH 2/4] Add a general-purpose kickstart-driven testing setup.

David Shea dshea at redhat.com
Mon Dec 15 21:39:25 UTC 2014


On 12/15/2014 03:25 PM, Chris Lumens wrote:
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 014a77e..2dff690 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -52,6 +52,7 @@ dist_check_SCRIPTS = $(srcdir)/glade/*/*.py \
>   		     storage/run_storage_tests.py \
>   		     ostree/run_ostree_tests.sh \
>   		     install/run_install_test.sh \
> +		     kickstart_tests/run_kickstart_tests.sh \
>   		     $(srcdir)/gui/*.ks \
>   		     $(srcdir)/gui/*.sh \
>   		     $(srcdir)/gui/inside/*.py \

To make sure all the tests end up in the dist tarball, add to 
dist_check_SCRIPTS:

     $(srcdir)/kickstart_tests/*.sh \
     $(srcdir)/kickstart_tests/*.ks

You might need to do that in the commit after this one, though, where 
*.ks actually starts to exist.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20141215/b3785e06/attachment.html>


More information about the anaconda-patches mailing list