Compare commits

..

9 Commits

Author SHA1 Message Date
205df7ce3c lalala 2022-01-21 21:24:14 +01:00
ff16994e08 Revert "make bork"
This reverts commit 7905ae6b242e22206d711dca830aeb3b0f232005.
2022-01-21 20:28:56 +01:00
7905ae6b24 make bork 2022-01-21 20:28:28 +01:00
d02c505815 make verbose 2022-01-21 20:26:54 +01:00
11ac5fe43a hhh 2022-01-21 20:17:35 +01:00
a3e06e742f next 2022-01-21 20:15:33 +01:00
fb117d7796 next 2022-01-21 20:14:20 +01:00
e0526771ba meow 2022-01-21 19:59:40 +01:00
b37a637512 micobu 2022-01-21 17:16:54 +01:00

9
micobu.sh Executable file
View File

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