Skip to content
Snippets Groups Projects
Commit a0ea2b3c authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

TEST: use echo_and_report func

parent 43a2b13d
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ grep_ret=$? ...@@ -202,7 +202,7 @@ grep_ret=$?
if [ $grep_ret -ne 1 ]; then if [ $grep_ret -ne 1 ]; then
echo "Check 4/4 : FAIL" echo "Check 4/4 : FAIL"
echo "ERROR: your cmake files contains references to /usr. Is this normal?" echo "ERROR: your cmake files contains references to /usr. Is this normal?"
echo "$grep_out" echo_and_report "$grep_out"
else else
echo "Check 4/4 : PASS" echo "Check 4/4 : PASS"
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment