Closed yuxiliu-arm closed 2 months ago
Hi @yuxiliu-arm,
Thank you for this PR. Wondering what shell makes this diff? But otherwise looks good to me.
Hi, I'm assuming dune
cram test uses the encompassing shell, which for me is:
$ bash --version
GNU bash, version 5.2.32(1)-release (aarch64-apple-darwin23.6.0)
I wasn't getting the error on a Linux machine before. I don't have the exact shell version of that at the moment.
I think dune uses sh
(see here), which on my machine is an alias for bash
, but maybe that's the difference?
Otherwise,
make test
may generate a diff+ warning: here-document at line N delimited by end-of-file (wanted `EOF')
for some shells.