summary refs log tree commit diff stats
path: root/scripts/simpletrace.py
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2017-08-08 09:34:16 -0500
committerKevin Wolf <kwolf@redhat.com>2017-08-11 13:23:19 +0200
commit01a02ec4f6b6a12df7acfb6ad820b384b48cbf70 (patch)
tree6c16b1e68283a41fce71e6bb8c60a983c80c7bbe /scripts/simpletrace.py
parent95766c2cd04395e5712b4d5967b3251f35d537df (diff)
downloadfocaccia-qemu-01a02ec4f6b6a12df7acfb6ad820b384b48cbf70.tar.gz
focaccia-qemu-01a02ec4f6b6a12df7acfb6ad820b384b48cbf70.zip
tests/multiboot: Fix whitespace failure
Commit b43671f8 accidentally broke run_test.sh within tests/multiboot;
due to a subtle change in whitespace.

These two commands produce theh same output (at least, for sane $IFS
of space-tab-newline):

echo -e "...$@..."
echo -e "...$*..."

But that's only because echo inserts spaces between multiple arguments
(the $@ case), while the $* form gives a single argument to echo with
the spaces already present.

But when converting to printf %b, there are no automatic spaces between
multiple arguments, so we HAVE to use $*.

It doesn't help that run_test.sh isn't part of 'make check'.

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/simpletrace.py')
0 files changed, 0 insertions, 0 deletions