Raymond Toy pushed to branch rtoy-issue-87-add-cl-bench at cmucl / cmucl
Commits:
-
0dea3bcf
by Raymond Toy at 2020-09-04T12:17:52-07:00
1 changed file:
Changes:
... | ... | @@ -25,6 +25,8 @@ linux-runner: |
25 | 25 |
- make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
|
26 | 26 |
- grep 'No unexpected \(successes\|failures\)' test.out
|
27 | 27 |
- cd ../benchmarks/cl-bench
|
28 |
+ - echo $PWD
|
|
29 |
+ - ls
|
|
28 | 30 |
- CMUCL=../../snapshot/bin/lisp run-cmucl.sh
|
29 | 31 |
- CMUCL=../../dist/bin/lisp run-cmucl.sh
|
30 | 32 |
- ../../snapshot/bin/lisp -load report
|