From 403b7e8ff5ca0abd05ea31107e4bc8cf26733283 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 09 2019 15:16:36 +0000 Subject: Fix test invocation again --- diff --git a/openqa.spec b/openqa.spec index d5e2835..c0c385a 100644 --- a/openqa.spec +++ b/openqa.spec @@ -47,7 +47,7 @@ Name: openqa Version: %{github_version} -Release: 29%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} +Release: 30%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Summary: OS-level automated testing framework License: GPLv2+ Url: http://os-autoinst.github.io/openQA/ @@ -370,7 +370,7 @@ chmod a+w openqa-debug.log autoinst-log.txt # GIT_CEILING_DIRECTORIES here avoids a case where git error handling # can differ when you run the build in mock and cause 16-utils-runcmd # to fail -make test-with-database GIT_CEILING_DIRECTORIES="/" OBS_RUN=1 PROVE_ARGS='-l t/23-fedora-messaging.t' TEST_PG_PATH=%{buildroot}/DB +make test-with-database GIT_CEILING_DIRECTORIES="/" OBS_RUN=1 PROVE_ARGS='-l -r' TEST_PG_PATH=%{buildroot}/DB rm -rf %{buildroot}/DB @@ -567,6 +567,9 @@ fi %{_datadir}/openqa/lib/OpenQA/WebAPI/Plugin/FedoraUpdateRestart.pm %changelog +* Fri Aug 09 2019 Adam Williamson - 4.6-30.20190806git1c53390 +- Fix test invocation again + * Thu Aug 08 2019 Adam Williamson - 4.6-29.20190806git1c53390 - FedoraMessaging: only include (sub)variant if it's defined