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

Enhance diff.sh to include file difference #5607

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sophia-guo
Copy link
Contributor

Close #5586

@sophia-guo sophia-guo self-assigned this Sep 13, 2024
@sophia-guo
Copy link
Contributor Author

TC job: JCK_Check_For_New_Test_Group/31/

jck/diff/diff.sh Outdated Show resolved Hide resolved
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
@sophia-guo
Copy link
Contributor Author

TC job: JCK_Check_For_New_Test_Group/32/

jck/diff/diff.sh Outdated Show resolved Hide resolved
@sophia-guo
Copy link
Contributor Author

@andrew-m-leonard

}

clone()
{
cd $WORKDIR
cd "$WORKDIR" || exit1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space missing

exit 1


compareNewTestsInSubGroups() {
subGroups=("vm.verifier.instructions" "lang.CLSS" "lang.EXPR" "lang.CONV" "lang.INTF" "lang.LMBD" "lang.DASG" "lang.NAME" "lang.TYPE" "lang.ANNOT" "lang.STMT")
touch "$WORKDIR/logs/NewTestsInSubGroups.txt"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we guarantee this file doesn't exist from a previous run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance jck/diff/diff.sh to provide more details about the difference between two different jck
3 participants