-
Notifications
You must be signed in to change notification settings - Fork 9
commit
IMPORTANT. Remember that during the experimental phase, the
commitcommand is namedcommit2to avoid problems with the originalcommitcommand. In the near future, the two commands will be merged. See the documentation of the new commit.
The commit command allows a user to send his current answer to an assignment to the server. The command will send a copy of the file indicated in the command line to the server.
In the current implementation, tst also requests the server to send the last committed answer to verification. This behavior, however, will be soon modified. In order to request the server to verify the answer, the user will be required to use the verify command.
tst commit [<file>]
The optional argument file indicates specifically the name of the file to be committed. If omitted, tst will use the last file name used.