Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC Robot Test Suite
Commits
3344c605
Commit
3344c605
authored
Jul 19, 2019
by
Elian Kraja
Browse files
Fix on run all scripts
parent
0c6d1cad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
scripts/run-all.bash
scripts/run-all.bash
+7
-0
No files found.
scripts/run-all.bash
View file @
3344c605
...
...
@@ -12,3 +12,10 @@ rm -f logs/robot_stdout.log
## Filter Errors on code
grep
-rn
" ERROR "
logs/robot_stderr.log |
grep
-v
"File has no tests or tasks"
>
logs/errors.log
rm
-f
logs/robot_stderr.log
ERRORS
=
`
awk
'END{print NR}'
logs/errors.log logs/failures.log
`
if
[
"
${
ERRORS
}
"
-eq
0
]
;
then
rm
-f
logs/errors.log
rm
-f
logs/failures.log
fi
\ No newline at end of file
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