summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/package-resources
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.
* Fix fallout from merging emacs-25 branch in test/Eli Zaretskii2016-01-054-0/+79
| | | | | | | | | | | * .gitignore: Update for the new place of biditest.txt. * test/automated/: Directory removed. All files moved to their proper places. * test/etags/: Directory removed. All files moved to their proper places. * test/automated/url-parse-tests.el: File removed; it was an exact copy of the same file in test/lisp/url/. * test/automated/url-expand-tests.el: Moved to test/lisp/url/.
* Move package test files to new directory.Phillip Lord2015-11-2419-0/+300
* test/lisp/emacs-lisp/package-tests.el: Update resoruce file location. * test/data/package: Moved to test/lisp/emacs-lisp/package-resources