Merge pull request #16107 from brummer-simon/gnrc_tcp-fix_test_readme

gnrc_tcp: Update test documentation
This commit is contained in:
Martine Lenders 2021-03-01 08:26:08 +01:00 committed by GitHub
commit 43d6633536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,6 @@ or by executing the following commands:
Usage
==========
make BOARD=<BOARD_NAME> all flash
sudo make BOARD=<BOARD_NAME> test
sudo make BOARD=<BOARD_NAME> test-as-root
'sudo' is required due to ethos and raw socket usage.