]> git.eshelyaron.com Git - emacs.git/commit
Use random temporary directory for integration tests
authorDavid Engster <dengste@eml.cc>
Mon, 4 Nov 2013 21:31:41 +0000 (22:31 +0100)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:59:25 +0000 (17:59 +0200)
commit83c8dc03c7a91ada7bc10c43d41bae4b8732f9a4
tree8a7f7f9f6b8b48c69162c38a2544ac2f1c0d7f17
parent8e1fe2d7306fc1ee1a621f2489c94ee7d6dafe9d
Use random temporary directory for integration tests

* tests/cedet-integ-test.el (cedet-integ-base): Use `make-temp-name'
  so that integrations tests can run in parallel.
  (cedet-integ-test-proj): Delete it after usage.
  (cit-check-compilation-for-error): Show compilation output in
  batch-mode.
* tests/cit-test.sh: Do not remove temporary directory.
test/manual/cedet/cit-test.sh