From: David Engster Date: Mon, 9 Jan 2012 19:45:49 +0000 (+0100) Subject: Accept any potential project directory during testing X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e1fe2d7306fc1ee1a621f2489c94ee7d6dafe9d;p=emacs.git Accept any potential project directory during testing * tests/cit-test.sh: Set `ede-project-directories' to t during integration tests. --- diff --git a/test/manual/cedet/cit-test.sh b/test/manual/cedet/cit-test.sh index 94419e5d87e..03f9f3cd3fa 100755 --- a/test/manual/cedet/cit-test.sh +++ b/test/manual/cedet/cit-test.sh @@ -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=$?