debian-forge-composer/tools
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
..
test-case-generators tools: fix generate-test-case script 2020-06-05 12:00:50 +02:00
image-info tools/image-info: dont fail if /boot/grub2/grubenv is missing 2020-04-11 13:10:13 +02:00
prepare-source.sh tools/prepare-source: use a well-defined go version 2020-04-23 08:54:29 +02:00