aurweb/git-interface/test
Lukas Fleischer 29625e0744 git-update: Close cursor before closing database
When using SQLite as backend, we need to close the cursor before closing
the database to avoid the following error:

    sqlite3.OperationalError: unable to close due to unfinalized statements or unfinished backups

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2016-08-22 08:16:26 +02:00
..
Makefile git-interface: Add test suite and basic tests 2016-08-05 12:12:09 +02:00
setup.sh t0003: Add more git-update tests 2016-08-05 21:23:20 +02:00
sharness.sh git-interface: Add test suite and basic tests 2016-08-05 12:12:09 +02:00
t0001-auth.sh t0001: Add more git-auth tests 2016-08-05 21:02:21 +02:00
t0002-serve.sh Add tests for the restore command 2016-08-06 01:50:17 +02:00
t0003-update.sh git-update: Close cursor before closing database 2016-08-22 08:16:26 +02:00