Commit 06a8901
committed
fix(ci): patchShebangs for the Node CLI in test-js
The Garnix linux sandbox has no /usr/bin/env, so invoking
./bin/printable-binary-node.js via its '#!/usr/bin/env node' shebang failed
(exit 126). patchShebangs rewrites it to the nix node before running test/test.
(Passed locally on darwin only because macOS has /usr/bin/env.)1 parent c1e1b3f commit 06a8901
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| 306 | + | |
306 | 307 | | |
307 | 308 | | |
308 | 309 | | |
| |||
0 commit comments