6663c4f8ad
Summary: The use of `tee /dev/stderr` failed when running as a child process under Node for some reason. (I haven’t been able to figure out why—it works fine when run as a standalone script or when run as a child process under Python.) This is also technically Linux-specific, so I’ve changed it to use a process substitution. After looking around for a bit, there doesn’t seem to be a way to do this in a way that is portable, uses only POSIX shell features, and doesn’t create temporary files all at the same time, so the script is now run under `bash`. Test Plan: Run `yarn travis` and note that the `ensure-flow.sh` output no longer contains the line `tee: /dev/stderr: No such device or address`. wchargin-branch: no-tee-devstderr |
||
---|---|---|
.. | ||
backend.js | ||
build.js | ||
check-stopships.sh | ||
ensure-flow.sh | ||
start.js | ||
test.js |