diff --git a/micobu.sh b/micobu.sh index 3c2bc11..25ebd76 100755 --- a/micobu.sh +++ b/micobu.sh @@ -1,9 +1,9 @@ #!/bin/bash -set -e - -pwd ./run.py --no-color -v +RET=$? cd vunit_out/test_output mv ./* -t $MCB_ARTEFACTS/ + +exit $RET