Skip to content

Instantly share code, notes, and snippets.

@adkron
Last active May 16, 2017 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adkron/66eecafed4204549c8497f852ed0a184 to your computer and use it in GitHub Desktop.
Save adkron/66eecafed4204549c8497f852ed0a184 to your computer and use it in GitHub Desktop.
working on nerves UART OS X tests
  brew install socat
  socat -d -d pty,raw,echo=0 pty,raw,echo=0

When running socat I get an output with two serial ports. I put the two serial ports into NERVES_UART_PORT1 and NERVES_UART_PORT2 Running this gets all but 6 tests to pass.

No environment vars - 27 failures Without that I have 27 failures

When I kill the socat and run the tests, but still have the env variables set then I have 23 failures from the 39 tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment