Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
CAOS_HW
HDL_IP
SafeTI
Commits
54bd724f
Commit
54bd724f
authored
Nov 24, 2021
by
Guillem Cabo
Browse files
fix spyglass script
parent
e5c347b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/lint_CI.sh
View file @
54bd724f
...
@@ -17,8 +17,8 @@ if [ $? -ne 0 ]; then
...
@@ -17,8 +17,8 @@ if [ $? -ne 0 ]; then
exit
3
exit
3
fi
fi
# check if there is a result file
# check if there is a result file
echo
"
$TOP
/consolidated_reports/lint_lint_rtl/moresimple.rpt"
echo
"
$TOP
/consolidated_reports/
${
TOP
}
_
lint_lint_rtl/moresimple.rpt"
test
-f
$TOP
/consolidated_reports/
${
TOP
}
lint_lint_rtl/moresimple.rpt
||
exit
2
test
-f
$TOP
/consolidated_reports/
${
TOP
}
_
lint_lint_rtl/moresimple.rpt
||
exit
2
# Check outcome
# Check outcome
printf
"UNIT - :
${
BLUE
}
$TOP
${
BLUE
}${
NC
}
\n
"
printf
"UNIT - :
${
BLUE
}
$TOP
${
BLUE
}${
NC
}
\n
"
cat
$TOP
/consolidated_reports/
${
TOP
}
lint_lint_rtl/moresimple.rpt |
grep
-i
'error\|Syntax'
|
GREP_COLORS
=
'mt=01;31'
egrep
-i
--color
=
always error
\|
syntax
cat
$TOP
/consolidated_reports/
${
TOP
}
lint_lint_rtl/moresimple.rpt |
grep
-i
'error\|Syntax'
|
GREP_COLORS
=
'mt=01;31'
egrep
-i
--color
=
always error
\|
syntax
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment