From: Zbigniew Jędrzejewski-Szmek Date: Wed, 2 Mar 2016 02:50:41 +0000 (-0500) Subject: test-journal-enum: enable by default X-Git-Tag: v230~283^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce1e49c3d6ffd1067e04f26abc9dcd6ce9bc1401;p=thirdparty%2Fsystemd.git test-journal-enum: enable by default It will get at most ten values, I don't know why we wouldn't always run this test. --- diff --git a/Makefile.am b/Makefile.am index 270f09641b5..04553d81b27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4123,11 +4123,9 @@ catalog-remove-hook: UNINSTALL_DATA_HOOKS += \ catalog-remove-hook -manual_tests += \ - test-journal-enum - tests += \ test-journal \ + test-journal-enum \ test-journal-send \ test-journal-syslog \ test-journal-match \