From: Austin Clements Date: Fri, 3 Oct 2014 16:58:03 +0000 (-0400) Subject: test: Port atomicity test to Python X-Git-Tag: 0.18.2_rc1~7 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=776684c7b6804388088cd787f7d5faff7cfbe4c2;hp=776684c7b6804388088cd787f7d5faff7cfbe4c2;p=notmuch test: Port atomicity test to Python Previously, this was implemented using a horrible GDB script (because there is no such thing as a non-horrible GDB script). This GDB script often broke with newer versions of GDB for mysterious reasons. Port the test script to GDB's Python API, which makes the code much cleaner and, hopefully, more stable. (cherry picked from commit cbbda62258360f035894cff9dfd66c60b0cc707f) Conflicts: test/T380-atomicity.sh ---