mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 14:18:12 +02:00
travis: don't check for setting-docs.c file
Fixes:b3e2808c32(cherry picked from commit7eafd1d833)
This commit is contained in:
parent
8841eb6fea
commit
c6df1a669f
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ print_test_logs() {
|
||||||
echo ">>>> PRINT TEST LOGS $1 (done)"
|
echo ">>>> PRINT TEST LOGS $1 (done)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# travis is known to generate the settings doc differently.
|
||||||
|
# Don't compare.
|
||||||
|
export NMTST_NO_CHECK_SETTINGS_DOCS=yes
|
||||||
|
|
||||||
if ! make check -j 4 -k ; then
|
if ! make check -j 4 -k ; then
|
||||||
|
|
||||||
print_test_logs "first-test"
|
print_test_logs "first-test"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue