mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
ci: Add tuttest_exec helper
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
parent
60c1ff1596
commit
dab8d997be
1 changed files with 13 additions and 0 deletions
13
.github/scripts/tuttest_exec.sh
vendored
Normal file
13
.github/scripts/tuttest_exec.sh
vendored
Normal file
|
@ -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 a new issue