Revision 6d5d99984ed189c59977eb6d4f79bebd4425bfd3 authored by Nicolas Dandrimont on 28 May 2018, 12:37:52 UTC, committed by Nicolas Dandrimont on 28 May 2018, 13:18:26 UTC
Summary: Allow adding server-side statement timeouts for database operations

Test Plan: make test still works

Reviewers: #reviewers!

Differential Revision: https://forge.softwareheritage.org/D334
1 parent d826f75
Raw File
Makefile.local
# run only tests that do not require database setup
test-nodb:
	$(NOSE) $(NOSEFLAGS) -a '!db'

# run only tests that do require database setup
test-db:
	$(NOSE) $(NOSEFLAGS) -a 'db'
back to top