ci: Add tuttest_exec helper
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
parent
60c1ff1596
commit
dab8d997be
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
function tuttest_exec () {
|
||||
echo " ==================================================================== " 1>&2
|
||||
echo " CMD : tuttest $@ " 1>&2
|
||||
echo " OUTPUT: " 1>&2
|
||||
echo "" 1>&2
|
||||
echo "$(tuttest $@)" 1>&2
|
||||
echo " -------------------------------------------------------------------- " 1>&2
|
||||
echo "" 1>&2
|
||||
|
||||
tuttest "$@"
|
||||
}
|
Loading…
Reference in New Issue