CI: inject DEBUG trap to tuttest generated scripts

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2021-01-20 16:05:52 +01:00
parent 511755366e
commit 76f0cb6fc5
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@
function tuttest_exec() {
echo -e "\e[93mExecuting tuttest $@\e[39m"
tuttest "$@" | bash -ex -
(echo "trap 'printf \"+ %s\\n\" \"\$BASH_COMMAND\" >&2' DEBUG"; tuttest "$@") | bash -e -
}