On Mon, 6 Jun 2022 16:20:18 GMT, Ioi Lam <ik...@openjdk.org> wrote:

>> Let me ask the obvious "dumb" question ... why does this have to be so 
>> complicated? Why isn't the name of the test simply passed through to jtreg 
>> as typed?
>
>> Let me ask the obvious "dumb" question ... why does this have to be so 
>> complicated? Why isn't the name of the test simply passed through to jtreg 
>> as typed?
> 
> Is it because `#` is treated as comment by the shell? Could it be encoded by 
> something like `TestName.java%38testID`?

After input from @iklam, I made this new version that gives a much cleaner 
diff. It calls the old code unmodified from a wrapper function. I think this is 
better.

-------------

PR: https://git.openjdk.java.net/jdk/pull/9028

Reply via email to