emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests b76efc7 062/316: Determine the S


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests b76efc7 062/316: Determine the STYLE of test to run. If none passed in, use Make.
Date: Sat, 28 Jan 2017 09:09:48 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit b76efc742abea79391b8dc5678df9e242d844d43
Author: zappo <address@hidden>
Commit: Edward John Steere <address@hidden>

    Determine the STYLE of test to run. If none passed in, use Make.
---
 test/manual/cedet/cit-test.sh |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/test/manual/cedet/cit-test.sh b/test/manual/cedet/cit-test.sh
index 23aa73a..9bacb3b 100755
--- a/test/manual/cedet/cit-test.sh
+++ b/test/manual/cedet/cit-test.sh
@@ -2,5 +2,10 @@
 
 EMACS=${EMACS:-emacs};
 
+STYLE=$1;
+if [ -z $1 ]; then
+    STYLE=Make
+fi
+
 rm -r /tmp/CEDET_INTEG*
-$EMACS -q -l ../common/cedet.el -l cit-load.el -f toggle-debug-on-error  -f 
toggle-debug-on-quit -f cedet-integ-test
+$EMACS -q -l ../common/cedet.el -l cit-load.el -f toggle-debug-on-error  -f 
toggle-debug-on-quit -f cedet-integ-test-${STYLE}



reply via email to

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