diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-01 21:50:41 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-04 21:45:45 -0500 |
commit | ce1e49c3d6ffd1067e04f26abc9dcd6ce9bc1401 (patch) | |
tree | 2a12495433a8c9e5892803b79e3e998abc811328 | |
parent | 301a9c67aaad103a5fb0cd06d775ded208220f49 (diff) | |
download | systemd-ce1e49c3d6ffd1067e04f26abc9dcd6ce9bc1401.tar.gz |
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.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 270f09641b..04553d81b2 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 \ |