Skip to content
Snippets Groups Projects
Commit 96147ab5 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Added '-s MESH' to BSN monitor readout command.

parent 3ab6eb87
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ else
exit 1
fi
NOF_BSN_TIMEOUTS=$(python $UPE/peripherals/util_bsn_monitor.py --unb $UNBS --fn 0:3 --bn 0:3 -n 1 -r 4 | grep -c "timeout = 1")
NOF_BSN_TIMEOUTS=$(python $UPE/peripherals/util_bsn_monitor.py --unb $UNBS --fn 0:3 --bn 0:3 -n 1 -r 4 -s MESH | grep -c "timeout = 1")
if [ "$NOF_BSN_TIMEOUTS" == "0" ]; then
echo dish_status.sh: Passed - Found no timeouts on post-align MESH BSN monitors
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment