10 lines
100 B
Bash
Executable File
10 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
pwd
|
|
./run.py --no-color -v
|
|
|
|
cd vunit_out/test_output
|
|
mv ./* -t $MCB_ARTEFACTS/
|