Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
spec.py
Commits
99050046
Commit
99050046
authored
Mar 26, 2014
by
Matthias Braun
Browse files
ignore grep return value
parent
bd82acd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
buildbot/nightly.sh
View file @
99050046
...
...
@@ -69,7 +69,7 @@ ${MYDIR}/../spec.py --config-only $SPEC_PY_FLAGS > config/default.cfg
#wait $SPEC_PY
# Grep for errors in the output
ERR
=
$(
grep
--count
Error log.txt
)
ERR
=
$(
grep
--count
Error log.txt
)
||
true
if
[
$ERR
-ne
0
]
;
then
exit
1
...
...
buildbot/nightly2006.sh
View file @
99050046
...
...
@@ -57,7 +57,7 @@ ${MYDIR}/../spec.py --config-only $SPEC_PY_FLAGS > config/default.cfg
#wait $SPEC_PY
# Grep for errors in the output
ERR
=
$(
grep
--count
Error log.txt
)
ERR
=
$(
grep
--count
Error log.txt
)
||
true
if
[
$ERR
-ne
0
]
then
exit
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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