~a-roehler/python-mode/python-mode-components

« back to all changes in this revision

Viewing changes to test/python-mode-tests.sh

  • Committer: Andreas Roehler
  • Date: 2012-03-07 18:33:14 UTC
  • Revision ID: andreas.roehler@online.de-20120307183314-rfiawxa44pr1e3zs
With C-u 4 `py-choose-shell' prompts for `py-shell-name' 


Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
# write PATH-TO-EMACS source code directory here
33
33
EMACS_SOURCE_DIR=
34
 
EMACS_SOURCE_DIR="$HOME/emacs-20110426"
 
34
EMACS_SOURCE_DIR="$HOME/emacs-23.4"
35
35
 
36
36
# python-mode file to load
37
37
if [ -s "../python-components-mode.el" ];
83
83
echo "\$PYTHONMODE: $PYTHONMODE"
84
84
echo "\$PDIR/\$TESTFILE: $PDIR/$TESTFILE"
85
85
 
86
 
$EMACS -Q --batch --eval "(message (emacs-version))" --eval "(when (featurep 'python)(unload-feature 'python t))" --eval "(when (featurep 'python-mode)(unload-feature 'python-mode t))" --eval "(add-to-list 'load-path \"$PDIR/\")" --eval "(add-to-list 'load-path \"$TESTDIR/\")" --eval "(setq py-install-directory \"..\")" -load "$PYMACS" -load $CCCMDS -load $COMINT -load $SHELL -load $ANSICOLOR -load $CLMACS -load $BYTECOMP -load $CUSTOM -load $SKEL -load "../$HIGHL" -load "../$CEXEC" -load $PYTHONMODE -load "$PDIR/$TESTFILE" -load "$PDIR/$TESTFILE2" --eval "(quietly-read-abbrev-file (expand-file-name \"~/.abbrev_defs\"))" \
 
86
$EMACS -Q --batch --eval "(message (emacs-version))" --eval "(when (featurep 'python)(unload-feature 'python t))" --eval "(when (featurep 'python-mode)(unload-feature 'python-mode t))" --eval "(add-to-list 'load-path \"$PDIR/\")" --eval "(add-to-list 'load-path \"$TESTDIR/\")" --eval "(setq py-install-directory \"..\")" -load "$PYMACS" -load $CCCMDS -load $COMINT -load $SHELL -load $ANSICOLOR -load $CLMACS -load $BYTECOMP -load $CUSTOM -load $SKEL -load "../$HIGHL" -load $PYTHONMODE -load "$PDIR/$TESTFILE" -load "$PDIR/$TESTFILE2" --eval "(quietly-read-abbrev-file (expand-file-name \"~/.abbrev_defs\"))" \
87
87
--funcall nested-dictionaries-indent-lp:328791-test \
88
88
--funcall triple-quoted-string-dq-lp:302834-test \
89
89
--funcall dq-in-tqs-string-lp:328813-test \