]> Cypherpunks repositories - gostls13.git/commit
test: document specifying individual test files as operands
authorzdjones <zachj1@gmail.com>
Thu, 16 Jul 2020 11:33:25 +0000 (12:33 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 28 Aug 2020 21:23:32 +0000 (21:23 +0000)
commita58a8d2e97d605f9f115a0e77ba09cd36bb82ba6
tree82e7ab63684ff24a36eee92043d7872825cc96d9
parent54e18f1c2a44f9f2664486e8053c4ee40d41fb8a
test: document specifying individual test files as operands

The current command will run this entire set of tests, which takes a
noticeable amount of time. Contributors may wish to run only a subset of
these tests to save time/compute (e.g. when iterating on a CL that
failed tests in that subset). Listing file(s) as operands to the command
will run only those tests.

Change-Id: I1874c43681a594190bc40b61cee0b8d321be73f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/242997
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
test/README.md