mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 07:10:12 +01:00
travis: fix setting NMTST_DEBUG for travis-check.sh script
(cherry picked from commit 7ec5acdc66)
This commit is contained in:
parent
ccee81f0d5
commit
625033a285
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ if ! make check -k ; then
|
|||
print_test_logs "first-test"
|
||||
|
||||
echo ">>>> RUN SECOND TEST (start)"
|
||||
NMTST_DEBUG=TRACE,no-expect-messages make check -k || :
|
||||
NMTST_DEBUG=TRACE,no-expect-message make check -k || :
|
||||
echo ">>>> RUN SECOND TEST (done)"
|
||||
|
||||
print_test_logs "second-test"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue