CI: common: make tuttest calls less verbose

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2021-01-18 19:03:59 +01:00
parent 285b94e067
commit 56a3a4793f
1 changed files with 0 additions and 10 deletions

View File

@ -17,15 +17,5 @@
# SPDX-License-Identifier: Apache-2.0
function tuttest_exec() {
cat << EOF
echo
echo "==================================================================== "
echo "OUTPUT : tuttest $@"
echo "EXECUTED COMMAND:"
echo
echo '$(tuttest $@)'
echo "-------------------------------------------------------------------- "
echo
EOF
tuttest "$@"
}