emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 6f0f898 065/316: * cedet-load.el


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 6f0f898 065/316: * cedet-load.el: Load cogre autoloads.
Date: Sat, 28 Jan 2017 09:09:48 +0000 (UTC)

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

    * cedet-load.el: Load cogre autoloads.
    
    * tests/cedet-integ-test.el: Remove gnustep require.
    
    * tests/cit-android.el: Fix require.
    
    * tests/cit-test.sh: Fix paths when calling integration test.
---
 test/manual/cedet/cit-test.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/manual/cedet/cit-test.sh b/test/manual/cedet/cit-test.sh
index 53dd57d..1e06446 100755
--- a/test/manual/cedet/cit-test.sh
+++ b/test/manual/cedet/cit-test.sh
@@ -11,8 +11,8 @@ fi
 OPTIONS=$2
 
 rm -r /tmp/CEDET_INTEG*
-
-$EMACS $OPTIONS -q -l ../common/cedet.el -l cit-load.el -f 
toggle-debug-on-error  -f toggle-debug-on-quit -f cedet-integ-test-${STYLE}
+cd ..
+$EMACS $OPTIONS -q -l cedet-load.el -l tests/cit-load.el -f 
toggle-debug-on-error  -f toggle-debug-on-quit -f cedet-integ-test-${STYLE}
 EXITCODE=$?
 
 if [ $EXITCODE -eq 0 ]; then



reply via email to

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