11 lines
104 B
Bash
Executable File
11 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
pwd
|
|
./run.py --no-color
|
|
mv -r
|
|
|
|
cd vunit_out/test_output
|
|
mv -r ./* $MCB_ARTEFACTS/
|