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

-Fixed comparison.

parent d5b93b2b
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ NOF_RBF_REQ=1 ...@@ -99,7 +99,7 @@ NOF_RBF_REQ=1
FOUND_RBF=$(find ${RADIOHDL}/build/ -name *.rbf | grep "\-r") FOUND_RBF=$(find ${RADIOHDL}/build/ -name *.rbf | grep "\-r")
NOF_RBF=$(echo ${FOUND_RBF} | grep -c "rbf") NOF_RBF=$(echo ${FOUND_RBF} | grep -c "rbf")
RESULT=FAILED RESULT=FAILED
if (( NOF_RBF = NOF_RBF_REQ )); then if (( NOF_RBF == NOF_RBF_REQ )); then
RESULT=PASSED RESULT=PASSED
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment