]> rtime.felk.cvut.cz Git - notmuch.git/commit
test: Port atomicity test to Python
authorAustin Clements <aclements@csail.mit.edu>
Fri, 3 Oct 2014 16:58:03 +0000 (12:58 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 5 Oct 2014 05:29:18 +0000 (07:29 +0200)
commitcbbda62258360f035894cff9dfd66c60b0cc707f
treed39105073a30489771dac13f6adf1da714604c6f
parent68dd804544378e6b27630ea207801a0d569039a3
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.
test/T380-atomicity.sh
test/atomicity.gdb [deleted file]
test/atomicity.py [new file with mode: 0644]