-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
base: master
Are you sure you want to change the base?
Conversation
TC job: JCK_Check_For_New_Test_Group/31/ |
Signed-off-by: Sophia Guo <[email protected]>
TC job: JCK_Check_For_New_Test_Group/32/ |
} | ||
|
||
clone() | ||
{ | ||
cd $WORKDIR | ||
cd "$WORKDIR" || exit1 |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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?
Close #5586