diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2017-02-16 19:17:19 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2017-02-16 19:17:19 +0000 |
commit | 870a76f7ba95ae086ab333d91d4f05fd1bcae376 (patch) | |
tree | 2f662daa4444ca589029a2de643f23c6552acae8 /Makefile.am | |
parent | 8acdd72120728cfc1742d7c37ceac8c0ade28ee3 (diff) |
build-sys: treat journal-data/journal-[12].txt as TEST_DATA_FILES
Fixes:
```
Found container virtualization none.
Assertion 'imp.fd >= 0' failed at ../src/test/test-journal-importer.c:43, function test_basic_parsing(). Aborting.
FAIL: test-journal-importer (code: 134)
```
See https://github.com/systemd/systemd/pull/5366#issuecomment-280353804
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 10839e922a..a70ebe6a12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2469,7 +2469,7 @@ test_journal_importer_SOURCES = \ test_journal_importer_LDADD = \ libsystemd-shared.la -EXTRA_DIST += \ +TEST_DATA_FILES += \ test/journal-data/journal-1.txt \ test/journal-data/journal-2.txt |