From 83c8dc03c7a91ada7bc10c43d41bae4b8732f9a4 Mon Sep 17 00:00:00 2001 From: David Engster Date: Mon, 4 Nov 2013 22:31:41 +0100 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/manual/cedet/cit-test.sh b/test/manual/cedet/cit-test.sh index 03f9f3cd3fa..94419e5d87e 100755 --- a/test/manual/cedet/cit-test.sh +++ b/test/manual/cedet/cit-test.sh @@ -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=$? -- 2.39.2