Silence dd invocation in all.sh

It brings no value and distracts us from the actual content.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2020-06-02 11:19:09 +02:00
parent bd004e862d
commit bf7ae6fb25

View file

@ -1886,7 +1886,7 @@ run_component () {
# Unconditionally create a seedfile that's sufficiently long.
# Do this before each component, because a previous component may
# have messed it up or shortened it.
dd if=/dev/urandom of=./tests/seedfile bs=64 count=1
dd if=/dev/urandom of=./tests/seedfile bs=64 count=1 >/dev/null 2>&1
# Run the component code.
"$@"