uwsgi icon indicating copy to clipboard operation
uwsgi copied to clipboard

fix integration tests not running in uwsgi-2.0 branch

Open niol opened this issue 1 year ago • 0 comments

Because the tests target is not PHONY and the tests/ directory exists, integration tests were not running (make: 'tests' is up to date.). This pull request backports the .PHONY targets definition and fixes the php (missing file) and the pypy (inconsistent API for set_user_harakiri()) tests.

niol avatar Nov 04 '24 16:11 niol