Re: [PATCH 0/5][Outreachy] modernizing the test scripts
From: Charvi Mendiratta <hidden>
Date: 2020-10-17 08:27:46
On Fri, 16 Oct 2020 at 18:24, Christian Couder [off-list ref] wrote: Thank you Christian, I have sent the new updated patch series .
On Thu, Oct 15, 2020 at 7:57 PM charvi-077 [off-list ref] wrote:quoted
This is my first patch series to the GIT mailing list. I followed the link[1] and t7001 patches to modernize and clean up the test scripts.Thanks for getting started contributing!quoted
This patch series : -modernize the three test scripts : t7101, t7201 and t102.s/t102/t7102/ On https://git.github.io/Outreachy-21-Microprojects/ we say: "Find one test script that needs some of the same changes and make them." So working only one test script, for example only t7101, would have been better than working on 3 test scripts. Now that you started working on 3 test scripts, it's ok to finish modernizing all these 3 test scripts though.
Yes, I agree this but t7101 has very minor changes required that I have completed so I switched to another one simultaneously . But in future I will make sure to follow this practise . Also, till now I have done majority of the changes as mentioned in the link in all the three scripts and will try to do more and complete it .
quoted
- cleans up with 5 types of changes in all the three scripts. 1. Converting the old old style test format to new ones/old old/old/quoted
2. Removing blankspaces in test bodies 3. Removing whitespaces after the redirect operator, according to Codingguidelines .s/Codingguidelines/CodingGuidelines/quoted
4. Using git -C instead of cd 5. Placing all commands in seperate lines.s/seperate/separate/quoted
Also, I have tested the scripts and set up travis CI[2].Nice! Thanks, Christian.
Thanks and Regards, Charvi