Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-04 | user/clucene: tell check to use $builddir/tmp instead of tmp | Max Rees | 1 | -1/+9 | |
If we use /tmp (the default), successive runs of check will usually fail because /tmp is not cleared on each run, and clucene is not smart enough to delete its test files on its own, so a whole bunch of tests will fail. Instead, tell it to use $builddir/tmp, which we can safely clear each time we run check. | |||||
2018-08-08 | user/clucene: modernize, fix license | Max Rees | 4 | -12/+13 | |
2018-08-08 | user/clucene: disable threading and enable testing | Max Rees | 2 | -8/+82 | |
2018-08-08 | user/clucene: new package | Max Rees | 4 | -0/+137 | |
!check due to segfaults for the following tests: threads reuters ramdirectory analyzers indexwriter indexmodifier queryparser highfreq search datefilter |