]> git.eshelyaron.com Git - emacs.git/commitdiff
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)
* 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

index 03f9f3cd3fa4daae05be61db0c0c3516b689c4b1..94419e5d87ef9f26709b43f89710bebff73d9307 100755 (executable)
@@ -12,6 +12,7 @@ OPTIONS=$2
 
 rm -r /tmp/CEDET_INTEG*
 
+cd ..
 $EMACS $OPTIONS -q -l cedet-devel-load.el -l tests/cit-load.el -f toggle-debug-on-error  -f toggle-debug-on-quit -f cedet-integ-test-${STYLE}
 EXITCODE=$?