Raymond Toy pushed to branch issue-132-ansi-test-rename-files at cmucl / cmucl
Commits: 41147e45 by Raymond Toy at 2022-09-03T21:46:04-07:00 Oops. Look for unexpected successes/failures
We were grep'ing for 'No unexpected' successes or failures. We really should be looking for unexpected successes or failures.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -80,7 +80,7 @@ linux:ansi-test: script: - cd ansi-test - make LISP="../dist/bin/lisp -batch -noinit -nositeinit" - - grep -a 'No unexpected (successes|failures)' test.out + - grep -a 'unexpected (successes|failures)' test.out
linux:benchmark: stage: benchmark
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/41147e45c35af0c6d947e991...