emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 83c8dc0 068/316: Use random temp


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 83c8dc0 068/316: Use random temporary directory for integration tests
Date: Fri, 27 Jan 2017 20:03:28 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 83c8dc03c7a91ada7bc10c43d41bae4b8732f9a4
Author: David Engster <address@hidden>
Commit: Edward John Steere <address@hidden>

    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 03f9f3c..94419e5 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=$?
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]