Changeset 14161
- Timestamp:
- Aug 9, 2010, 11:07:38 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/compile-ccl.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/compile-ccl.lisp
r14119 r14161 785 785 (when update 786 786 (cwd "ccl:tests;") 787 (run-program *svn-program* '("update") ))787 (run-program *svn-program* '("update") :output t)) 788 788 (let* ((repo (svn-repository)) 789 789 (url (format nil "~a/trunk/tests" repo)) … … 805 805 (get-output-stream-string s)))))))) 806 806 (cwd "ccl:tests;ansi-tests;") 807 (run-program "make" '("-k" "clean") )807 (run-program "make" '("-k" "clean") :output t) 808 808 (map nil 'delete-file (directory "*.*fsl")) 809 809 ;; Muffle the typecase "clause ignored" warnings, since there is really nothing we can do about
Note:
See TracChangeset
for help on using the changeset viewer.
