Skip to content

Commit

Permalink
chore: redirect some test output to serial port 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanmar511 committed Apr 2, 2019
1 parent 54ab235 commit 5097894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/integration_test.go
Expand Up @@ -81,8 +81,8 @@ export NVM_DIR="$HOME/.nvm" >/dev/null
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" >/dev/null
# nvm install writes to stderr and stdout on successful install, so both are
# redirected.
{{if .NVMMirror}}NVM_NODEJS_ORG_MIRROR={{.NVMMirror}}{{end}} retry nvm install {{.NodeVersion}} &>/dev/null
# redirected to serial port 3.
{{if .NVMMirror}}NVM_NODEJS_ORG_MIRROR={{.NVMMirror}}{{end}} retry nvm install {{.NodeVersion}} &>/dev/ttyS2
npm -v
node -v
NODEDIR=$(dirname $(dirname $(which node)))
Expand Down

0 comments on commit 5097894

Please sign in to comment.