Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 40 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisesbuild: add a testclean target #29094
Conversation
nodejs-github-bot
added
the
build
label
Aug 12, 2019
|
Can you add this to |
This comment has been minimized.
This comment has been minimized.
I'll take a look at adding this to |
This comment has been minimized.
This comment has been minimized.
Looks like |
This comment has been minimized.
This comment has been minimized.
(We do.) |
This comment has been minimized.
This comment has been minimized.
|
@Trott I've added a testclean target which can be called using: danbev@win2 MINGW64 ~/node (master)
$ ./vcbuild.bat testclean
deleting test/.tmp*Sorry this took so long, I had to set up a windows vm on azure as I had deleted my local window vm due to resource constraints. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Landed in a890771 |
danbev commentedAug 12, 2019
This commit adds a target named
testcleanto allow for cleaning thetemporary files generated during a test run without having to use the
cleantarget.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes