ast-types icon indicating copy to clipboard operation
ast-types copied to clipboard

fix #267

Open GerHobbelt opened this issue 7 years ago • 3 comments

The adjusted npm script task npm test works on both Windows and UNIX boxes now. See #267.

GerHobbelt avatar May 06 '18 17:05 GerHobbelt

Why not just bash test/run.sh without the -c?

benjamn avatar May 18 '18 01:05 benjamn

Also, I think I've fixed the cause of the test failures on master, so please feel free to rebase this PR.

benjamn avatar May 18 '18 01:05 benjamn

Why not just bash test/run.sh without the -c?

-c is a hold-over from my MSDOS/4DOS stints back in the Days Of Antiquity; it works with bash as well and some times it flows out of my hands before my brain kicks in. Later, when reading it, it's a direct signal to me the shell is kickstarted for the sole purpose of executing the script and no more and don't get the urge to clean it up.

Hence: -c just info-leaks my dinosaur genes. Old habits, new hairline and all that jazz. 😈

GerHobbelt avatar May 19 '18 11:05 GerHobbelt