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

Passing a .tst file as a command line argument to gap will now invoke Test on it #4099

Merged
merged 1 commit into from
Sep 3, 2020

Commits on Aug 11, 2020

  1. CLI: given the name of a .tst file, call Test on it

    ... instead of Read / READ_NORECOVERY. This is purely a convenience
    feature: now one can for example run
    
        gap tst/testinstall/perm.tst
    
    which is equivalent to
    
        gap -c 'Test("tst/testinstall/perm.tst");'
    
    but shorter and easier to enter via shell command completion.
    fingolfin committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    859d8e8 View commit details
    Browse the repository at this point in the history