*sigh*, I've run the tests only against -rc3 on the server and it lacks some libraries and is too slow for some libraries to load (timeouts). I'm re-running both 16.0.0 and 16.1.2-rc3 on my noisy desktop machine :)
Regards, Daniel
PS I've succesfully generated the reports, though I had to find the version string by analizing result of
; -- (prog1 nil (setf *xxx* (remove-if-not #'(lambda (result) (string-equal "ecl" (lisp result) :end2 3)) *all-results*))) (remove-duplicates *xxx* :key #'lisp :test #'equalp) ; --
Daniel Kochmański writes:
OK, I've found the problem. I've added -rc2 suffix while forgetting to merge with the develop branch (silly me), while manually checking with my build from develop branch.
Regards, Daniel
Anton Vodonosov writes:
14.02.2016, 02:07, "Daniel Kochmański" daniel@turtleware.eu:
They are generated by these two calls: https://github.com/cl-test-grid/cl-test-grid-work/blob/1211e0f191542f3bb1cde...
Sorry for bothering you. I'll generate next reports myself :-)
No problem for me - let me know what are you doing next and how can I help. I just shared this script for better visibility, how cl-test-grid works.
Best regards,
- Anton