- Feb 12, 2010
-
-
Francois-Rene Rideau authored
Started as an attempt to "enhance" it, until thinking about why I was breaking tests told me I couldn't.
-
- Feb 06, 2010
-
-
Francois-Rene Rideau authored
Simplify test scripts.
-
- Feb 05, 2010
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
There were bugs in the tests having to do with repeatedly calling quit-on-error in a single test script. Only one of those calls will be evaluated, and then the script will exit. That means that multiple calls to quit-on-error masked failures in the tests. Also fixed a package-related error in test1.script that I conjecture led to the mistaken use of multiple calls to quit-on-error.
-
- Feb 04, 2010
-
-
Francois-Rene Rideau authored
perl -pi.bak -e 's|"../asdf"|\(compile-file-pathname "../asdf"\)|;' *.script
-
Robert P. Goldman authored
Found that the current load recipe (load "../asdf") in the test scripts was brittle, because the presence of asdf.fasl was obscured if there was an "asdf/" directory in .. Unfortunately, the result of makeinfo --html asdf.texinfo created just such a directory! fe[nl]ix kindly provided a pointer to compile-file-pathname that solved the problem.
-
- Sep 06, 2009
-
- Jul 27, 2007
-
-
Gary King authored
-
- Jun 13, 2007
-
-
Gary King authored
-
- May 30, 2006
-
-
Gary King authored
Added &allow-other-keys to operate. Added test/test-force to test that forcing a system works (at least in a simple case).
-