We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3161cf3 commit 0481a5bCopy full SHA for 0481a5b
.travis.yml
@@ -12,7 +12,7 @@ script:
12
# The strange command below asserts that there are exactly 0 libraries that do
13
# not start with lib
14
- |
15
- find -name "*.a" -and -not -name "lib*" | tee BUILD/badlibs && [ ! -s BUILD/badlibs ]
+ find -name "*.a" -and -not -name "lib*" | tee BUILD/badlibs | sed -e "s/^/Bad library name found: /" && [ ! -s BUILD/badlibs ]
16
- make -C events/equeue test clean
17
- PYTHONPATH=. python tools/test/config_test/config_test.py
18
- PYTHONPATH=. python tools/test/build_api/build_api_test.py
0 commit comments