Raymond Toy pushed to branch issue-228-update-ansi-tests at cmucl / cmucl
Commits:
-
e296a74b
by Raymond Toy at 2023-05-24T09:08:50-07:00
1 changed file:
Changes:
| ... | ... | @@ -76,7 +76,7 @@ linux:ansi-test: |
| 76 | 76 | artifacts: true
|
| 77 | 77 | before_script:
|
| 78 | 78 | - git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
|
| 79 | - #- (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
|
|
| 79 | + - (cd ansi-test; git checkout cmucl-expected-failures)
|
|
| 80 | 80 | script:
|
| 81 | 81 | - cd ansi-test
|
| 82 | 82 | - make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
|
| ... | ... | @@ -163,7 +163,7 @@ osx:ansi-test: |
| 163 | 163 | artifacts: true
|
| 164 | 164 | before_script:
|
| 165 | 165 | - /opt/local/bin/git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git
|
| 166 | - #- (cd ansi-test; /opt/local/bin/git checkout rtoy-cmucl-expected-failures)
|
|
| 166 | + - (cd ansi-test; /opt/local/bin/git checkout cmucl-expected-failures)
|
|
| 167 | 167 | script:
|
| 168 | 168 | - cd ansi-test
|
| 169 | 169 | - make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
|