debian-forge-composer/tools/test-case-generators
Martin Sehnoutka 1f580738db tools: fix generate-test-case script
Commit 8dd4554491 introduced a bug because
the output from osbuild is not captured. The problem is that osbuild
itself writes JSON document to STDOUT so two different JSON documents
are written to STDOUT: osbuild output and generated test case. The
generate-test-cases script then fails because it cannot json.loads() the
test case.

This patch simply supresses the output which fixes the issue.
2020-06-05 12:00:50 +02:00
..
format-request-map.json tests/image: boot the vhd images on Azure 2020-04-27 20:34:20 +02:00
generate-test-case tools: fix generate-test-case script 2020-06-05 12:00:50 +02:00
generate-test-cases test-case-generators: report errors from child processes 2020-04-06 19:48:29 +02:00
repos.json distro/rhel-8: merge all the RHEL-8 minor releases into one 2020-05-21 17:57:28 +02:00