scancode: print files if any found

pull/12437/head
Martin Kojtal 2020-02-24 07:26:52 +00:00
parent 1b4ad98787
commit a0248c17ef
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ matrix:
- python ./tools/test/travis-ci/scancode-evaluate.py -f scancode.json || true
after_success:
- python ./tools/test/travis-ci/scancode-evaluate.py -f scancode.json
- cat scancode-evaluate.log
- retval=$?
- |
if [ $retval == 0 ]; then