aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T070-insert.sh
Commit message (Collapse)AuthorAge
* test: check for gdb in insert testsGravatar David Bremner2014-10-18
| | | | | Commits a6cee01 and c48b12f otherwise break the build for people without gdb.
* test/insert: check that indexing errors are accepted with --keepGravatar David Bremner2014-10-18
| | | | | This is overkill for the current code path, but should provide some robustness for future changes in error handling.
* cli/insert: require succesful message indexing for success statusGravatar Jani Nikula2014-10-18
| | | | | | Add --keep option to keep any remaining stuff in index or file. We could distinguish between failures to index and failures to apply tags or maildir sync, but for simplicity just have one.
* test/insert: add known broken tests for indexing failuresGravatar David Bremner2014-10-18
| | | | | These tests are written with the assumption that we want all indexing failures to be considered as failures by notmuch insert.
* test: make insert test use the path: prefixGravatar Jani Nikula2014-03-11
| | | | This is a more strict test for the insert test.
* test: add tests for invalid new.tagsGravatar Jani Nikula2014-03-06
| | | | Similar tests for both notmuch new and insert.
* test: renamed test scripts to format T\d\d\d-name.shGravatar Tomi Ollila2014-01-13
All test scripts to be executed are now named as T\d\d\d-name.sh, numers in increments of 10. This eases adding new tests and developers to see which are test scripts that are executed by test suite and in which order.