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

fixed cut command for jck/splitter/splitter.sh #4603

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yaqsun
Copy link
Contributor

@yaqsun yaqsun commented Jun 2, 2023

The following error occurs when running "echo "$1" | rev | cut -d"/" -f1 -f2 | rev" command

cut: only one type of list may be specified
Try 'cut --help' for more information.

@yaqsun yaqsun requested a review from karianna June 7, 2023 09:57
@yaqsun
Copy link
Contributor Author

yaqsun commented Jun 7, 2023

Excuse me, how to change entries of jck.mk through the splitter.sh script? Run the splitter.sh script(bash splitter.sh /jck/jck8/JCK-compiler-8c/tests/lang/ANNOT 5) separately and manually change the resulting content to jck.mk?

@smlambert
Copy link
Contributor

smlambert commented Jun 7, 2023

FYI @llxia @Mesbah-Alam

@yaqsun - at the moment, the answer to your question is yes. We have recently discussed how we will also automate this step and break out the content for each version into its own makefiles (related: #4455), but we have not yet delivered that enhancement, so for now, it is as you said.

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.

None yet

3 participants