[slime-cvs] CVS update: slime/test.sh
Helmut Eller
heller at common-lisp.net
Thu Jan 22 00:40:19 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv25984
Modified Files:
test.sh
Log Message:
Copy the ChangeLog file too.
Date: Wed Jan 21 19:40:19 2004
Author: heller
Index: slime/test.sh
diff -u slime/test.sh:1.4 slime/test.sh:1.5
--- slime/test.sh:1.4 Fri Oct 17 15:45:27 2003
+++ slime/test.sh Wed Jan 21 19:40:19 2004
@@ -25,10 +25,10 @@
trap "rm -r $testdir" EXIT # remove temporary directory on exit
mkdir $testdir
-cp $slimedir/*.el $slimedir/*.lisp $testdir
+cp $slimedir/*.el $slimedir/*.lisp ChangeLog $testdir
# you can remove "--batch" to get an emacs window for troubleshooting.
-$emacs --batch --no-site-file --no-init-file \
+$emacs --no-site-file --no-init-file \
--eval "(setq debug-on-quit t)" \
--eval "(setq max-lisp-eval-depth 1000)" \
--eval "(setq load-path (cons \"$testdir\" load-path))" \
More information about the slime-cvs
mailing list