travis: fix setting NMTST_DEBUG for travis-check.sh script
authorThomas Haller <thaller@redhat.com>
Fri, 12 Feb 2016 15:54:30 +0000 (16:54 +0100)
committerThomas Haller <thaller@redhat.com>
Fri, 12 Feb 2016 15:54:40 +0000 (16:54 +0100)
contrib/travis/travis-check.sh

index f9eddf8..ef70fb9 100755 (executable)
@@ -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"