diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2019-04-19 02:21:54 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2019-04-19 02:21:54 +0300 |
commit | 54a5a4267090bb80d3337f1aa7419c8ba49c30b7 (patch) | |
tree | 0bf93b0b4225664adc421b2c8b27171f00cc3a76 /README.md | |
parent | 57e82811588e37b247ece678f503655bd06aa090 (diff) | |
download | openrussian-cli-54a5a4267090bb80d3337f1aa7419c8ba49c30b7.tar.gz |
make check: test page generation for all words; various fixes
* using the new `make check` target various bugs have been discovered.
All of them were related to missing database fields.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -53,11 +53,15 @@ Building is straight forward: If you want to redownload the latest [openrussian.org](https://en.openrussian.org/) database: - make clean all + make clean all check **Warning:** While the database content might be newer, the database schema might also at any time become incompatible with the existing script. -But you are of course welcome to contribute fixes/updates. :-) +That is why a `check` is performed after building everything in the above +example. +If it returns lots of errors, you should probably stay with the original database. +Otherwise, the error messages might help in fixing/upgrading the script. +You are of course welcome to contribute patches. :-) ## Examples |