summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/package-resources/package-test-server.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't use IP 0.0.0.0 for package test server (Bug#22582)Noam Postavsky2017-02-251-3/+7
| | | | | | | | | * test/lisp/emacs-lisp/package-resources/package-test-server.py: Set 'server_address' when port number is given on the command line. Print IP and port number as a URL, and flush it after printing. * test/lisp/emacs-lisp/package-tests.el: (package-test-update-archives-async): Grab the whole URL from server output.
* Do not hard-code port for package test server. (Bug#23708)Glenn Morris2016-06-071-1/+1
| | | | | | | * test/lisp/emacs-lisp/package-resources/package-test-server.py: Do not hard-code port. * test/lisp/emacs-lisp/package-tests.el (package-test-update-archives-async): Update for the above change.
* Move package test files to new directory.Phillip Lord2015-11-241-0/+21
* test/lisp/emacs-lisp/package-tests.el: Update resoruce file location. * test/data/package: Moved to test/lisp/emacs-lisp/package-resources