]> git.eshelyaron.com Git - emacs.git/commitdiff
Accept any potential project directory during testing
authorDavid Engster <dengste@eml.cc>
Mon, 9 Jan 2012 19:45:49 +0000 (20:45 +0100)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:58:31 +0000 (17:58 +0200)
* tests/cit-test.sh: Set `ede-project-directories' to t during
 integration tests.

test/manual/cedet/cit-test.sh

index 94419e5d87ef9f26709b43f89710bebff73d9307..03f9f3cd3fa4daae05be61db0c0c3516b689c4b1 100755 (executable)
@@ -12,7 +12,6 @@ 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=$?