mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-31 17:05:16 +00:00
schematestutils.sh: improve shell portability: avoid "echo -e"
* tests/schematestutils.sh: Use printf rather than echo -e.
This commit is contained in:
parent
50bf3101a3
commit
ad896a1cdd
@ -22,7 +22,7 @@ do
|
||||
|
||||
test_result $n $(basename $(dirname $xml))"/"$(basename $xml) $ret
|
||||
if test "$verbose" = "1" && test $ret != 0 ; then
|
||||
echo -e "$cmd\n$result"
|
||||
printf '%s\n' "$cmd" "$result"
|
||||
fi
|
||||
if test "$ret" != 0 ; then
|
||||
f=`expr $f + 1`
|
||||
|
Loading…
x
Reference in New Issue
Block a user