Remove sudo in readme

This commit is contained in:
pscott
2021-09-03 15:29:30 +02:00
committed by GitHub
parent d3f3b7ed74
commit d9a82fb6f7

View File

@@ -33,7 +33,7 @@ This will run `make install_tests` and `make run_tests`
To run a specific tests (here the send test):
```
cd tests
sudo jest --runInBand --detectOpenHandles src/send.test.js
jest --runInBand --detectOpenHandles src/send.test.js
```
Make sure you're in the `tests` folder before running `jest` or `yarn test`.
@@ -66,4 +66,4 @@ Then copy the binary to the `tests/elfs` folder (in this case, compiled with SDK
cp bin/app.elf tests/elfs/ethereum_nanos.elf
```
Repeat the operation for a binary compiled with nanoX SDK and change for `ethereum_nanox.elf`.
Repeat the operation for a binary compiled with nanoX SDK and change for `ethereum_nanox.elf`.