summaryrefslogtreecommitdiff
path: root/embedded-test.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-08-01 18:43:08 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-08-01 18:43:08 +0200
commitfdc3ccf240ce252c81baa79e41649a10c20699ae (patch)
tree70910049a69752d8b233382873a037585d9a91d4 /embedded-test.sh
parentd97573985c5274f0a58294bbf325451ac5b2f872 (diff)
busybox cpio does not know --quiet
Diffstat (limited to 'embedded-test.sh')
-rwxr-xr-xembedded-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index 5fdbf89..9ec7d52 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -484,7 +484,7 @@ EOF
kernel=openadk/firmware/qemu-${march}_${libc}/qemu-${march}-initramfsarchive-kernel
echo "Creating initramfs filesystem"
- (cd $root; find . | cpio -o -C512 -Hnewc --quiet |xz --check=crc32 --stdout > ${topdir}/initramfs.${arch})
+ (cd $root; find . | cpio -o -C512 -Hnewc |xz --check=crc32 --stdout > ${topdir}/initramfs.${arch})
rm -rf $root
echo "Now running the tests in qemu for architecture ${arch}"