Remove sudo in readme
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user