Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestDirectory reports number of failures and failed files #2899

Merged
merged 1 commit into from
Oct 9, 2018

Commits on Oct 9, 2018

  1. TestDirectory reports number of failures and failed files

    With this, you may get output like this, with the
    relevant change in the "total" line near the end.
    
        gap> TestDirectory("misc");
        Architecture: x86_64-apple-darwin15.6.0-default64-kv5
    
        testing: misc/err.tst
               0 ms (0 ms GC) and 46.6KB allocated for err.tst
        testing: misc/foo.tst
        ########> Diff in misc/foo.tst:3
        # Input is:
        1+1;
        # Expected output:
        3
        # But found:
        2
        ########
               0 ms (0 ms GC) and 6.62KB allocated for foo.tst
        -----------------------------------
        total         1 ms (0 ms GC) and 53.8KB allocated
                      1 failures in 1 of 2 files
    
        #I  Errors detected while testing
    
        false
        gap>
    
    Resolves gap-system#2861
    fingolfin committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    93a24ad View commit details
    Browse the repository at this point in the history