projects
/
scm
/
meta
/
abs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24d2f15
)
Catch Error: string from the beginning of the line
42/212042/1
author
Hyokeun Jeon
<hyokeun.jeon@samsung.com>
Tue, 13 Aug 2019 12:41:45 +0000
(21:41 +0900)
committer
Hyokeun Jeon
<hyokeun.jeon@samsung.com>
Tue, 13 Aug 2019 12:41:45 +0000
(21:41 +0900)
Change-Id: Id57ba79e61a5a4ee33df369a4858c94952ffe853
abs
patch
|
blob
|
history
diff --git
a/abs
b/abs
index
ba8a5de
..
8cdb08d
100755
(executable)
--- a/
abs
+++ b/
abs
@@
-108,7
+108,7
@@
class ErrorParser(object):
'.*make.*: \*\*\* .*', \
'.*make.*: Target (.*) not remade because of errors.', \
'.*[Cc]ommand not found.*', \
- 'Error:\s*(.*)'], \
+ '
^
Error:\s*(.*)'], \
'TIZEN_NATIVE':['.*ninja: build stopped.*', \
'edje_cc: Error..(.*):(\d).*', \
'edje_cc: Error.*']}