mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
FPGA tests fail if we attempt to run them in parallel
This commit is contained in:
parent
bb6d31a971
commit
a45de4ec1a
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ test:unit-hardware:
|
|||
mkdir build && cd build && cmake .. && make unit-tests
|
||||
|
||||
if [ "$(who | wc -l)" -eq "0" ]; then
|
||||
tests/unit-tests --filter 'fpga/*'
|
||||
tests/unit-tests --jobs 1 --filter 'fpga/*'
|
||||
else
|
||||
echo "System is currently used by: $(who)"
|
||||
echo "We are skipping the test. Please restart manually."
|
||||
|
|
Loading…
Add table
Reference in a new issue