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:
parent
bd004e862d
commit
bf7ae6fb25
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"$@"
|
||||
|
|
Loading…
Reference in a new issue