Dear Fam,

Fam Zheng <f...@redhat.com> writes:

[tests/docker/dockerfiles/debian-bootstrap.pre]
[...]
>> +if [ -z "${DEB_ARCH}" ]; then
>> +    echo "Please set DEB_ARCH to choose an architecture (e.g. armhf)"
>> +    exit_and_skip
>> +
>> +fi
>> +
>> +if [ -z "${DEB_TYPE}" ]; then
>> +    echo "Please set DEB_TYPE to a Debian archive name (e.g. testing)"
>> +    exit_and_skip
>> +
>
> Can you also update the three 'echo' commands to output the message to stderr?

I've updated my patch to send output to stderr and added a new patch
that fixes up the existing messages that are "fatal" (i.e. those
directly prior to an exit_and_skip).

Sascha
-- 
Softwareentwicklung Sascha Silbe, Niederhofenstraße 5/1, 71229 Leonberg
https://se-silbe.de/
USt-IdNr. DE281696641


Reply via email to