Re: [libvirt PATCH v2 08/35] ci: build.sh: Add a wrapper function over the 'test' job

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Sep 11, 2023 at 03:43:09PM +0200, Erik Skultety wrote:
> This helper is a shell function transcript of its original GitLab CI
> counterpart.
> 
> Signed-off-by: Erik Skultety <eskultet@xxxxxxxxxx>
> Erik Skultety <eskultet@xxxxxxxxxx>:
> ---
>  ci/build.sh | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/ci/build.sh b/ci/build.sh
> index ab56c5e5eb..29b6a3306d 100644
> --- a/ci/build.sh
> +++ b/ci/build.sh
> @@ -52,3 +52,8 @@ run_dist() {
>      git update-index --refresh
>      run_cmd meson dist -C build --no-tests
>  }
> +
> +run_test() {
> +    test -d $GIT_ROOT/build/build.ninja || run_meson_setup

test -f

> +    run_cmd meson test -C build $TEST_ARGS
> +}

Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux