Skip to content

Commit 0481a5b

Browse files
committed
Improve error output of bad lib CI test
1 parent 3161cf3 commit 0481a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ script:
1212
# The strange command below asserts that there are exactly 0 libraries that do
1313
# not start with lib
1414
- |
15-
find -name "*.a" -and -not -name "lib*" | tee BUILD/badlibs && [ ! -s BUILD/badlibs ]
15+
find -name "*.a" -and -not -name "lib*" | tee BUILD/badlibs | sed -e "s/^/Bad library name found: /" && [ ! -s BUILD/badlibs ]
1616
- make -C events/equeue test clean
1717
- PYTHONPATH=. python tools/test/config_test/config_test.py
1818
- PYTHONPATH=. python tools/test/build_api/build_api_test.py

0 commit comments

Comments
 (0)