docker-images icon indicating copy to clipboard operation
docker-images copied to clipboard

Testing failed tests broken

Open embray opened this issue 8 years ago • 0 comments

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.

embray avatar May 05 '17 16:05 embray