Skip to content

Commit

Permalink
No need to test grep command result
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Feb 4, 2025
1 parent 5cdc175 commit 4776a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
cd build
cmake -DWITH_GUDHI_THIRD_PARTY=OFF ..
make doxygen
grep warning doxygen.log
grep warning doxygen.log || true # No need to test the result of this command
cp doxygen.log html/
cp -R html /tmp/doxygen
Expand Down

0 comments on commit 4776a03

Please sign in to comment.