qemu testing: fix hexdumping of binary
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 5 Oct 2015 10:34:24 +0000 (12:34 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 5 Oct 2015 10:34:24 +0000 (12:34 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
qemu_multiarch_testing/hdc.dir/build

index 8a65a5582e55358a59f0f6e4b3b86a6a44da291c..b7fb61fc8c5ce110f16e9c2d89393083d082e6ae 100755 (executable)
@@ -35,7 +35,7 @@ test -x "bin/busybox-$HOST" && {
        if uuencode TEST </dev/null >/dev/null && bzip2 </dev/null >/dev/null; then
                bzip2 <busybox | uuencode busybox.bz2
        else
-               od -tx1 <busybox
+               od -v -tx1 <busybox
        fi
        #test "x$FTP_PORT" = x ||
        #       ftpput -P "$FTP_PORT" "$FTP_SERVER" strace