Skip to content
Snippets Groups Projects
Commit 728a6dd6 authored by dwn1c21's avatar dwn1c21
Browse files

Added script for running CD test on ZCU104

parent 62e6cd58
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
if (grep -r "Overlay Loaded" ./screenlog)
then
echo "Bit file loaded successfully"
else
echo "Bit file load failed"
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment