From: Maxim Uvarov <[email protected]> grep in doxygen log, not in some test.log
Signed-off-by: Maxim Uvarov <[email protected]> --- /** Email created from pull request 253 (muvarov:master_doxyfix) ** https://github.com/Linaro/odp/pull/253 ** Patch: https://github.com/Linaro/odp/pull/253.patch ** Base sha: f5120355753ae3d69f81010cb9131abffdfb03fc ** Merge commit sha: 2cd44d1753fea15c395fcda114deab018964ad88 **/ .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dbaad1460..d8da542c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -264,7 +264,7 @@ jobs: # doxygen does not trap on warnings, check for them here. - make doxygen-doc 2>&1 |tee doxygen.log - | - fgrep -rq warning ./test.log + fgrep -rq warning ./doxygen.log if [ $? -eq 0 ]; then false else
