trashernet/micobu.sh
2022-01-21 21:24:14 +01:00

10 lines
106 B
Bash
Executable File

#!/bin/bash
./run.py --no-color -v
RET=$?
cd vunit_out/test_output
mv ./* -t $MCB_ARTEFACTS/
exit $RET