docker-images
docker-images copied to clipboard
Testing failed tests broken
The little sage_test routine (https://github.com/sagemath/docker-images/blob/master/Makefile#L57) that run the tests twice, the second time with --failed, actually doesn't make sense. Because on each run it uses a different container, but the list of failed tests is only in the first container. It should run both test runs in one container.